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 @@ -23,11 +23,11 @@ jobs:
2323 with :
2424 submodules : recursive
2525 - name : Setup MSBuild Dependencies
26+ # Set the path to the Visual Studio Installer
27+ # Install Visual Studio components (modify the components as needed)
2628 run : |
27- # Set the path to the Visual Studio Installer
2829 $vsInstallerPath = "$Env:ProgramFiles\Microsoft Visual Studio\Installer\vs_installer.exe"
29- # Install Visual Studio components (modify the components as needed)
30- & $vsInstallerPath install --quiet --wait --norestart --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
30+ $vsInstallerPath install --quiet --wait --norestart --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
3131
3232 - name : Setup Vulkan
3333 run : |
You can’t perform that action at this time.
0 commit comments