File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,11 @@ jobs:
156
156
- name : Setup QEMU
157
157
if : matrix.os == 'ubuntu-latest'
158
158
uses : docker/setup-qemu-action@v3
159
+ - name : Upgrade MSVC tooling
160
+ if : matrix.os == 'windows-latest'
161
+ uses : microsoft/setup-msbuild@v2
162
+ with :
163
+ vs-version : ' 17.10'
159
164
- name : Install cibuildwheel
160
165
run : python -m pip install cibuildwheel
161
166
- name : Build wheels
Original file line number Diff line number Diff line change 92
92
- name : Setup QEMU
93
93
if : matrix.os == 'ubuntu-latest' # We only need QEMU for Linux builds
94
94
uses : docker/setup-qemu-action@v3
95
+ - name : Upgrade MSVC tooling
96
+ if : matrix.os == 'windows-latest'
97
+ uses : microsoft/setup-msbuild@v2
98
+ with :
99
+ vs-version : ' 17.10'
95
100
- name : Install cibuildwheel
96
101
run : python -m pip install cibuildwheel
97
102
- name : Build wheels
You can’t perform that action at this time.
0 commit comments