Skip to content

Commit f676a53

Browse files
authored
Update build.yaml.jinja
1 parent 34c631c commit f676a53

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cpp/.github/workflows/build.yaml.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ 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
108+
shell: cmd
106109
env:
107110
CIBW_BUILD: {% raw %}"${{ matrix.cibuildwheel }}-win_amd64"{% endraw %}
108111
CIBW_BEFORE_ALL: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"

0 commit comments

Comments
 (0)