Skip to content

Commit e47aa24

Browse files
committed
Use different Win 10 SDK downloader action
1 parent 6272301 commit e47aa24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Add msbuild to PATH
1616
uses: microsoft/setup-msbuild@v2
1717
- name: Setup Windows 10 SDK
18-
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
18+
uses: fbactions/setup-winsdk@v2
1919
with:
20-
sdk-version: 17134
20+
winsdk-build-version: 17134
2121
- run: cargo build --features generate-bindings,bundled

0 commit comments

Comments
 (0)