Skip to content

Commit

Permalink
GitHub runner now has proper SDK version installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Nov 17, 2024
1 parent b0037df commit 3dc9844
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-angle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ 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: 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
Expand Down

0 comments on commit 3dc9844

Please sign in to comment.