From 2b7f7f342d031c4f6c17e0544782a57dc7041da9 Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Sat, 23 Nov 2024 12:17:01 +0000 Subject: [PATCH] ci: removed pkg-config from brew as no longer needed --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c8d1404cc..94f9441983 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,11 +149,8 @@ jobs: with: xcode-version: ${{ matrix.cfg.xcode-version }} - - name: Force unlink pkg-config - run: brew link --overwrite pkgconf - - name: Install homebrew packages - run: brew install cmake make opus openssl pkg-config + run: brew install cmake make opus openssl - name: Generate CMake run: cmake -B build -DDPP_NO_VCPKG=ON -DCMAKE_BUILD_TYPE=Release -DDPP_CORO=ON -DAVX_TYPE=AVX0