Skip to content

Commit

Permalink
Install extra packages using homebrew
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Oct 8, 2024
1 parent 0c2bdf6 commit 8c3fa75
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/osx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,9 @@ jobs:
chmod +x ${HOME}/Applications/bazel/${version}/bazel
done
- name: Install Ninja
run: |
pip install ninja==1.10.2
- name: Install homebrew dependencies
run: |
brew install xcodegen
brew install make
brew libtool
brew install xcodegen make libtool xz zlib autoconf automake ninja
- name: Run Test - ${{ matrix.setup }}
run: |
Expand Down

0 comments on commit 8c3fa75

Please sign in to comment.