Skip to content

Commit

Permalink
install newer windows sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Oct 27, 2024
1 parent 550bf5e commit 86a46c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-dawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Windows SDK v10.0.26100.0
shell: cmd
run: |
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" --quiet --force --norestart --add Microsoft.VisualStudio.Component.Windows11SDK.26100
- name: Run Build Script
id: build
shell: cmd
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rem
cmake ^
-S dawn ^
-B dawn.build-%ARCH% ^
-A %ARCH% ^
-A %ARCH%,version=10.0.26100.0 ^
-D CMAKE_BUILD_TYPE=Release ^
-D CMAKE_POLICY_DEFAULT_CMP0091=NEW ^
-D CMAKE_POLICY_DEFAULT_CMP0092=NEW ^
Expand Down

0 comments on commit 86a46c5

Please sign in to comment.