Skip to content

Commit

Permalink
still trying to fix CI for arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 22, 2024
1 parent 363746a commit d1544aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ jobs:
CIBW_BUILD: "${{ matrix.python.name}}-*"
CIBW_ARCHS_LINUX: aarch64
CIBW_ARCHS_MACOS: arm64
CIBW_ARCHS_WINDOWS: arm64
CIBW_ARCHS_WINDOWS: ARM64
CIBW_ENVIRONMENT: __O3_OPTIM=1
CIBW_BEFORE_ALL: python -m pip install --upgrade setuptools wheel pybind11 pip
CIBW_BEFORE_BUILD_MACOS: make clean && make CC=clang CXX=clang++
Expand Down

0 comments on commit d1544aa

Please sign in to comment.