Skip to content

Commit

Permalink
Build new SDK with updated Windows SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 30, 2024
1 parent 2416a79 commit 50f6729
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- 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 .
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 50f6729

Please sign in to comment.