Skip to content

Commit d0a3be1

Browse files
committed
attempt to fix windows
1 parent 3c9f8f9 commit d0a3be1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ jobs:
102102
if: matrix.os == 'macos-latest'
103103

104104
- name: Build (Windows)
105-
run: make build-cibw
105+
run: |
106+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
107+
make build-cibw
106108
env:
107109
CIBW_BUILD: "${{ matrix.cibuildwheel }}-win_amd64"
108110
CIBW_BEFORE_ALL: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"

0 commit comments

Comments
 (0)