Skip to content

Commit 87ff52f

Browse files
authored
ci: pin Windows SDK for ARM builds
Windows SDK has dropped ARM32 support starting with 10.0.261000.0 (actions/runner-images#10981)
1 parent 6b0b90c commit 87ff52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- uses: ilammy/msvc-dev-cmd@v1
4646
with:
4747
arch: ${{ matrix.arch != 'x64' && 'amd64_' || '' }}${{ matrix.arch }}
48+
sdk: ${{ matrix.arch == 'arm' && '10.0.22621.0' || '' }}
4849

4950
- name: Build
5051
run: python .\build.py

0 commit comments

Comments
 (0)