Skip to content

Commit

Permalink
chore: Update Windows SDK version to 10.0.19041.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 30, 2024
1 parent 50f6729 commit 1ee063c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@ jobs:
node-version: '20'

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

- name: Build new SDK
shell: bash
run: |
cmake -DCMAKE_SYSTEM_VERSION=10.0.20348.0
cmake --build .
uses: egor-tensin/setup-windows-sdk@v1
with:
sdk-version: '10.0.19041.0'

- name: Install dependencies
run: npm install

- name: Build app
run: npm run make
continue-on-error: false

- name: Extract version from package.json
run: |
Expand Down

0 comments on commit 1ee063c

Please sign in to comment.