Skip to content

Commit

Permalink
Update macos deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 19, 2023
1 parent c160ad4 commit 9d2e844
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,10 @@ jobs:
sudo apt install -yq $packages
pip3 install ziglang
## TODO: return back when openssl is removed from old repos (v1 v2 v3)
# - name: Install MacOS tools
# if: env.CACHE != 'true' && startsWith(matrix.os, 'macos-')
# run: |
# brew install zig protobuf openssl llvm
- name: Install MacOS tools
if: env.CACHE != 'true' && startsWith(matrix.os, 'macos-')
run: |
brew install protobuf
- name: Install common tools
if: env.CACHE != 'true'
Expand Down

0 comments on commit 9d2e844

Please sign in to comment.