Skip to content

Commit

Permalink
move before all to before build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Sep 30, 2023
1 parent 7f695dd commit 6a5d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
CIBW_SKIP: "cp38-win32 cp39-win32 cp310-win32 cp311-win32"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64 x86"
CIBW_BEFORE_ALL_MACOS: bash build_tools/github/before_build_mac.sh
CIBW_BEFORE_BUILD_MACOS: bash build_tools/github/before_build_mac.sh
CIBW_BEFORE_ALL_LINUX: bash build_tools/github/download_eigen3.sh
CIBW_BEFORE_ALL_WINDOWS: bash build_tools/github/download_eigen3_windows.sh
CIBW_ENVIRONMENT_WINDOWS: CMAKE_BUILD_PARALLEL_LEVEL=2 CMAKE_ARCH="${{ matrix.platform_id == 'win32' && '-A Win32' || '' }}"
Expand Down

0 comments on commit 6a5d418

Please sign in to comment.