Skip to content

Commit 84523e0

Browse files
committed
test
1 parent 395fdb8 commit 84523e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Set the path to the Visual Studio Installer
2828
$vsInstallerPath = "$Env:ProgramFiles\Microsoft Visual Studio\Installer\vs_installer.exe"
2929
# 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)