Skip to content

Commit

Permalink
ci: don't do 'brew install pkg-config' anymore
Browse files Browse the repository at this point in the history
Assume it is installed by default
  • Loading branch information
madebr committed Nov 22, 2024
1 parent f39c5cf commit dface78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
run: |
brew install \
autoconf \
ninja \
pkg-config
ninja
- name: Setup Intel oneAPI
if: matrix.platform.intel
Expand Down

0 comments on commit dface78

Please sign in to comment.