mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Don't install pkgconfig on macOS
This commit is contained in:
parent
f9f0b03a5c
commit
2e8398d631
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue