Skip to content

Commit

Permalink
install expected windows sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Oct 20, 2024
1 parent 6c2a717 commit b0037df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-angle.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

0 comments on commit b0037df

Please sign in to comment.