Skip to content

Commit

Permalink
Add specific windows sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Nov 25, 2024
1 parent 7c6a017 commit 67653bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-keytools-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Install Windows SDK used in the current .sln
run: |
choco install windows-sdk-10.0.16299.0
# Step 3: Build the solution
- name: Build Solution
shell: cmd
Expand Down

0 comments on commit 67653bc

Please sign in to comment.