Skip to content

Commit e291547

Browse files
committed
Add Setup Windows 10 action
1 parent ec9ad82 commit e291547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/win-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Add msbuild to PATH
1616
uses: microsoft/setup-msbuild@v2
17+
- name: Setup Windows 10 SDK
18+
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
1719
- run: cargo build --features generate-bindings,bundled

0 commit comments

Comments
 (0)