Skip to content

Commit e0be869

Browse files
committed
Fix MAC_ARCH environment variable on CI
1 parent e88edd1 commit e0be869

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)