From 2e8398d631041d870daea28675ecd031d608b7c4 Mon Sep 17 00:00:00 2001 From: badaix Date: Sat, 21 Dec 2024 21:50:26 +0100 Subject: [PATCH] Don't install pkgconfig on macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42908eaf..b54fec0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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