We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35dc0c commit 4f34cafCopy full SHA for 4f34caf
.github/workflows/build-macos.yml
@@ -64,7 +64,7 @@ jobs:
64
if: steps.macdep-cache.outputs.cache-hit != 'true'
65
run: |
66
export MAC_ARCH="${{ matrix.macarch }}"
67
- brew install coreutils pkg-config
+ brew install coreutils
68
cd buildconfig/macdependencies
69
bash ./build_mac_deps.sh
70
@@ -104,7 +104,6 @@ jobs:
104
105
# Setup macOS dependencies
106
CIBW_BEFORE_ALL: |
107
- brew install pkg-config
108
109
cp -r ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} ${{ github.workspace }}/pygame_mac_deps
110
bash ./install_mac_deps.sh
0 commit comments