Skip to content

Commit

Permalink
Update build process to install Windows SDK 10.0.2004
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent 032f2cd commit bb599df
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Windows SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install dependencies
if: false
run: npm install
- name: Install Windows SDK
run: choco install windows-sdk-10-version-2004-all -y
shell: pwsh


- name: Find Windows Kit Path
run: |
Expand Down

0 comments on commit bb599df

Please sign in to comment.