Skip to content

Commit 44b3fd1

Browse files
committed
Make: Upgrade to MSVC 17.10
1 parent 812747d commit 44b3fd1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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: actions/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

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ jobs:
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: actions/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

0 commit comments

Comments
 (0)