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.
2 parents abd7aeb + e0be869 commit c427a36Copy full SHA for c427a36
.github/workflows/build-macos.yml
@@ -117,6 +117,7 @@ jobs:
117
}
118
119
env:
120
+ MAC_ARCH: ${{ matrix.macarch }}
121
# load pip config from this file. Define this in 'CIBW_ENVIRONMENT'
122
# because this should not affect cibuildwheel machinery
123
# also define environment variables needed for testing
@@ -130,7 +131,6 @@ jobs:
130
131
132
# Setup MacOS dependencies
133
CIBW_BEFORE_ALL: |
- export MAC_ARCH="${{ matrix.macarch }}"
134
brew install pkg-config
135
cd buildconfig/macdependencies
136
cp -r ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} ${{ github.workspace }}/pygame_mac_deps
0 commit comments