Skip to content

Commit dfbaa39

Browse files
committed
fix
1 parent 84523e0 commit dfbaa39

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
@@ -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: |

0 commit comments

Comments
 (0)