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 ee8502a commit 6602f7bCopy full SHA for 6602f7b
.github/workflows/Windows.yml
@@ -24,6 +24,9 @@ jobs:
24
submodules: recursive
25
- name: setup-msbuild
26
uses: microsoft/setup-msbuild@v2
27
+ - name: Setup VS Installer
28
+ run: |
29
+ vs_installer.exe install --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive
30
- name: Setup Vulkan
31
run: |
32
$ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows
0 commit comments