Skip to content

Commit

Permalink
Update Windows SDK version to 10.0.2004 and install additional featur…
Browse files Browse the repository at this point in the history
…es for building on Windows
  • Loading branch information
Thavarshan committed Aug 30, 2024
1 parent e276fe2 commit 706feea
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@ jobs:
with:
node-version: '20'

- uses: ChristopheLav/windows-sdk-install@v1
with:
version-sdk: 22621
features: |
OptionId.SigningTools
OptionId.UWPManaged
OptionId.UWPCPP
OptionId.DesktopCPPx86
OptionId.DesktopCPPx64
- name: Install Windows SDK
run: choco install windows-sdk-10-version-1903-all -y
shell: pwsh

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 706feea

Please sign in to comment.