Skip to content

Commit

Permalink
Use different Win 10 SDK downloader action
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed May 29, 2024
1 parent 6272301 commit e47aa24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Setup Windows 10 SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
uses: fbactions/setup-winsdk@v2
with:
sdk-version: 17134
winsdk-build-version: 17134
- run: cargo build --features generate-bindings,bundled

0 comments on commit e47aa24

Please sign in to comment.