Skip to content

Commit

Permalink
Add ARM dll PATH to Windows ARM CIBW job
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Jul 5, 2024
1 parent 394e5d0 commit 1e0807b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
CIBW_BEFORE_BUILD_WINDOWS: >-
pip install delvewheel
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
delvewheel repair -w {dest_dir} {wheel}
delvewheel repair -w {dest_dir} {wheel} --add-path 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.38.33135\arm64\Microsoft.VC143.CRT'
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_ARCHS_WINDOWS: ${{ matrix.archs }}
# It is not yet possible to run ARM64 tests, only cross-compile them.
Expand Down

0 comments on commit 1e0807b

Please sign in to comment.