Skip to content

Commit b0037df

Browse files
committed
install expected windows sdk version
1 parent 6c2a717 commit b0037df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-angle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737

38+
- name: Install Windows SDK v10.0.26100.0
39+
shell: cmd
40+
run: |
41+
"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
42+
3843
- name: Run Build Script
3944
id: build
4045
shell: cmd

0 commit comments

Comments
 (0)