Skip to content

Commit ff4ee9c

Browse files
authored
Update Windows.yml
1 parent dc27a16 commit ff4ee9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: |
2929
# Install Visual Studio components for your project
3030
choco install visualstudio2022buildtools --include-optional
31-
visualstudio_installer install --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive
32-
visualstudio_installer install --add Microsoft.VisualStudio.Component.VC.CMake.Project --includeRecommended --passive
33-
visualstudio_installer install --add Microsoft.VisualStudio.Component.Windows10SDK.19041 --includeRecommended --passsive
31+
visualstudio-installer install --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive
32+
visualstudio-installer install --add Microsoft.VisualStudio.Component.VC.CMake.Project --includeRecommended --passive
33+
visualstudio-installer install --add Microsoft.VisualStudio.Component.Windows10SDK.19041 --includeRecommended --passsive
3434
- name: Setup Vulkan
3535
run: |
3636
$ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows

0 commit comments

Comments
 (0)