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 d731d75 commit 8d3bd38Copy full SHA for 8d3bd38
.github/workflows/build.yml
@@ -22,10 +22,8 @@ jobs:
22
23
- name: Install Vulkan SDK
24
run: |
25
- $ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows
26
- echo Version $ver
27
$ProgressPreference = 'SilentlyContinue'
28
- Invoke-WebRequest -Uri "https://sdk.lunarg.com/sdk/download/$ver/windows/VulkanSDK-$ver-Installer.exe" -OutFile VulkanSDK.exe
+ Invoke-WebRequest -Uri "https://sdk.lunarg.com/sdk/download/1.4.304.0/windows/VulkanSDK-1.4.304.0-Installer.exe" -OutFile VulkanSDK.exe
29
echo Downloaded
30
.\VulkanSDK.exe --root C:\VulkanSDK --accept-licenses --default-answer --confirm-command install
31
0 commit comments