Skip to content

Commit 93adaca

Browse files
Wheel: MACOS skip stubgen for x86_64
1 parent ed63041 commit 93adaca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,8 @@ jobs:
201201
make install
202202
CIBW_ENVIRONMENT_MACOS: >
203203
CXXFLAGS='-fPIC' CFLAGS='-fPIC' MACOSX_DEPLOYMENT_TARGET=10.15
204-
${{ matrix.config.arch == 'arm64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
204+
${{ matrix.config.arch == 'x86_64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
205205
CIBW_BEFORE_ALL_MACOS: >
206-
brew install cmake &&
207206
sed -i '' 's/target_link_libraries.*/target_link_libraries(geant4_pybind PRIVATE ${Geant4_LIBRARIES} curl)/'
208207
"{package}/source/CMakeLists.txt" &&
209208

0 commit comments

Comments
 (0)