Skip to content

Commit

Permalink
[ci] fix: pkg-config is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Nov 24, 2024
1 parent 1a58ab7 commit d56403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
HOMEBREW_NO_INSTALL_CLEANUP: "ON"
run: |
brew install pkg-config automake ninja ccache
brew install automake ninja ccache
- name: Set up ccache
run: |
Expand Down

0 comments on commit d56403f

Please sign in to comment.