Skip to content

Commit

Permalink
Remove unneeded pkgconfig install to fix fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Nov 26, 2024
1 parent f35dc0c commit 4f34caf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f34caf

Please sign in to comment.