Skip to content

Commit 8d3bd38

Browse files
committed
Update GitHub Actions workflow for improved build process
1 parent d731d75 commit 8d3bd38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
2323
- name: Install Vulkan SDK
2424
run: |
25-
$ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows
26-
echo Version $ver
2725
$ProgressPreference = 'SilentlyContinue'
28-
Invoke-WebRequest -Uri "https://sdk.lunarg.com/sdk/download/$ver/windows/VulkanSDK-$ver-Installer.exe" -OutFile VulkanSDK.exe
26+
Invoke-WebRequest -Uri "https://sdk.lunarg.com/sdk/download/1.4.304.0/windows/VulkanSDK-1.4.304.0-Installer.exe" -OutFile VulkanSDK.exe
2927
echo Downloaded
3028
.\VulkanSDK.exe --root C:\VulkanSDK --accept-licenses --default-answer --confirm-command install
3129

0 commit comments

Comments
 (0)