We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2a717 commit b0037dfCopy full SHA for b0037df
.github/workflows/build-angle.yml
@@ -35,6 +35,11 @@ jobs:
35
- name: Checkout
36
uses: actions/checkout@v4
37
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
+
43
- name: Run Build Script
44
id: build
45
shell: cmd
0 commit comments