We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395fdb8 commit 84523e0Copy full SHA for 84523e0
.github/workflows/Windows.yml
@@ -27,7 +27,7 @@ jobs:
27
# Set the path to the Visual Studio Installer
28
$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
+ & $vsInstallerPath install --quiet --wait --norestart --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
31
32
- name: Setup Vulkan
33
run: |
0 commit comments