Skip to content

Commit 49cc1f6

Browse files
authored
Replace Windows SDK setup action
1 parent 9238b5e commit 49cc1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- uses: actions/checkout@v6
5252
with:
5353
submodules: true
54-
- uses: GuillaumeFalourd/setup-windows10-sdk-action@v2.4
54+
- uses: fbactions/setup-winsdk@v2
5555
with:
56-
sdk-version: ${{ matrix.windows-sdk-version }}
56+
winsdk-build-version: ${{ matrix.windows-sdk-version }}
5757
- name: arm64
5858
run: |
5959
mkdir build-arm64; cd build-arm64

0 commit comments

Comments
 (0)