From 4f34cafeb31a81a5ea50b7dc98eea312a4543633 Mon Sep 17 00:00:00 2001 From: Ankith Date: Tue, 26 Nov 2024 14:34:31 +0530 Subject: [PATCH] Remove unneeded pkgconfig install to fix fail --- .github/workflows/build-macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 769f92499a..b5dabf38b7 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -64,7 +64,7 @@ jobs: if: steps.macdep-cache.outputs.cache-hit != 'true' run: | export MAC_ARCH="${{ matrix.macarch }}" - brew install coreutils pkg-config + brew install coreutils cd buildconfig/macdependencies bash ./build_mac_deps.sh @@ -104,7 +104,6 @@ jobs: # Setup macOS dependencies CIBW_BEFORE_ALL: | - brew install pkg-config cd buildconfig/macdependencies cp -r ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} ${{ github.workspace }}/pygame_mac_deps bash ./install_mac_deps.sh