File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,11 @@ jobs:
156156 - name : Setup QEMU
157157 if : matrix.os == 'ubuntu-latest'
158158 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'
159164 - name : Install cibuildwheel
160165 run : python -m pip install cibuildwheel
161166 - name : Build wheels
Original file line number Diff line number Diff line change 9292 - name : Setup QEMU
9393 if : matrix.os == 'ubuntu-latest' # We only need QEMU for Linux builds
9494 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'
95100 - name : Install cibuildwheel
96101 run : python -m pip install cibuildwheel
97102 - name : Build wheels
You can’t perform that action at this time.
0 commit comments