Skip to content

Commit

Permalink
installed homebrew dependencies first
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 29, 2024
1 parent 5a9460f commit 2787457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/set-up-mac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Install with Hombrew
shell: bash
run: brew install protobuf rustup openssl pkg-config zlib xz zstd llvm jq curl gcc make cmake
- name: Set version
shell: bash
run: |
Expand Down

0 comments on commit 2787457

Please sign in to comment.