Skip to content

Commit 6602f7b

Browse files
authored
Update Windows.yml
1 parent ee8502a commit 6602f7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
submodules: recursive
2525
- name: setup-msbuild
2626
uses: microsoft/setup-msbuild@v2
27+
- name: Setup VS Installer
28+
run: |
29+
vs_installer.exe install --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive
2730
- name: Setup Vulkan
2831
run: |
2932
$ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows

0 commit comments

Comments
 (0)