File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments