Skip to content

Commit 42e92c3

Browse files
committed
.
1 parent 92d6a7b commit 42e92c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
CIBW_ARCHS: 'ARM64'
3939
CIBW_BEFORE_BUILD_WINDOWS: |
4040
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" arm64
41+
where cl.exe || (echo cl.exe not found && exit 1)
4142
bash scripts/cibw_before_build_windows.sh
4243
CIBW_ENVIRONMENT_WINDOWS: |
4344
CC=cl.exe

0 commit comments

Comments
 (0)