File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
fetch-depth : 0
29
29
30
- - name : Set up MSVC environment
31
- uses : ilammy/msvc-dev-cmd@v1
32
- with :
33
- arch : arm64 # Ensure this matches your target architecture
34
-
35
30
- name : Build wheels
36
31
37
32
with :
@@ -40,11 +35,10 @@ jobs:
40
35
CIBW_BUILD : ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
41
36
CIBW_BUILD_FRONTEND : ' pip'
42
37
CIBW_PLATFORM : ' auto'
43
- CIBW_BEFORE_BUILD_WINDOWS : bash scripts/cibw_before_build_windows.sh
38
+ CIBW_BEFORE_BUILD_WINDOWS : |
39
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" arm64
40
+ bash scripts/cibw_before_build_windows.sh
44
41
CIBW_ENVIRONMENT_WINDOWS : |
45
- PATH="%PATH%"
46
- INCLUDE="%INCLUDE%"
47
- LIB="%LIB%"
48
42
CC=cl.exe
49
43
CXX=cl.exe
50
44
LD=link.exe
You can’t perform that action at this time.
0 commit comments