mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Update windows.yml
This commit is contained in:
parent
4b50513726
commit
de0bccd4c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: choco install 7zip
|
||||
# Install Visual Studio Update
|
||||
- name: Install Visual Studio Update
|
||||
run: vs_installershell.exe update --passive --norestart --force --installpath "C:\Program Files\Microsoft Visual Studio\2022\Community"
|
||||
run: '"C:/Program Files (x86)/Microsoft Visual Studio/Installer/vs_installershell.exe" update --passive --norestart --force --installpath "C:\Program Files\Microsoft Visual Studio\2022\Community"'
|
||||
# Submoudle
|
||||
- name: Checkout Submodles
|
||||
run: git submodule update --init --recursive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue