Skip to content

Commit 67653bc

Browse files
committed
Add specific windows sdk
1 parent 7c6a017 commit 67653bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-keytools-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- name: Setup MSBuild
2121
uses: microsoft/setup-msbuild@v1
2222

23+
- name: Install Windows SDK used in the current .sln
24+
run: |
25+
choco install windows-sdk-10.0.16299.0
26+
2327
# Step 3: Build the solution
2428
- name: Build Solution
2529
shell: cmd

0 commit comments

Comments
 (0)