Skip to content

Commit

Permalink
release-ci: add MacOS dependencies installation
Browse files Browse the repository at this point in the history
Other required dependencies are pre-installed on GitHUb-hosted runners
  • Loading branch information
aleasims committed Dec 9, 2024
1 parent 916ef67 commit bcc5ef1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y openssl ca-certificates pkg-config cmake libssl-dev
- name: Install packages (MacOS)
if: matrix.os == 'macos-latest'
run: |
brew update
brew install pkg-config
- name: Install buf
if: matrix.os == 'ubuntu-latest'
uses: bufbuild/buf-setup-action@v1
Expand Down

0 comments on commit bcc5ef1

Please sign in to comment.