Skip to content

Commit c427a36

Browse files
authored
Merge pull request #2212 from pygame-community/fix-mac-environment-var
Fix MAC_ARCH environment variable on CI
2 parents abd7aeb + e0be869 commit c427a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
}
118118

119119
env:
120+
MAC_ARCH: ${{ matrix.macarch }}
120121
# load pip config from this file. Define this in 'CIBW_ENVIRONMENT'
121122
# because this should not affect cibuildwheel machinery
122123
# also define environment variables needed for testing
@@ -130,7 +131,6 @@ jobs:
130131

131132
# Setup MacOS dependencies
132133
CIBW_BEFORE_ALL: |
133-
export MAC_ARCH="${{ matrix.macarch }}"
134134
brew install pkg-config
135135
cd buildconfig/macdependencies
136136
cp -r ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} ${{ github.workspace }}/pygame_mac_deps

0 commit comments

Comments
 (0)