Skip to content

Commit

Permalink
Don't install pkgconfig on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 21, 2024
1 parent f9f0b03 commit 2e8398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
- name: dependencies
run: |
brew update
brew install pkgconfig libsoxr flac libvorbis opus ccache expat
brew install libsoxr flac libvorbis opus ccache expat
- name: cache boost
id: cache-boost
uses: actions/cache@v4
Expand Down

0 comments on commit 2e8398d

Please sign in to comment.