Don't install pkgconfig on macOS

This commit is contained in:
badaix 2024-12-21 21:50:26 +01:00
parent f9f0b03a5c
commit 2e8398d631

View file

@ -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