Skip to content

Commit d48eed9

Browse files
committed
Updated windows.yaml in hope to fix the CI build on Windows (2)
1 parent 68ad4f2 commit d48eed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
if (-Not (Test-Path ${{ env.VMA_VULKAN_SDK_PATH }})) {
5050
Write-Host "Vulkan SDK not found in cache. Downloading..."
51-
curl -LS -o vulkansdk.exe https://sdk.lunarg.com/sdk/download/${{ env.VMA_VULKAN_VERSION }}/windows/VulkanSDK-${{ env.VMA_VULKAN_VERSION }}-Installer.exe
51+
curl -LS -o vulkansdk.exe https://sdk.lunarg.com/sdk/download/${{ env.VMA_VULKAN_VERSION }}/windows/vulkansdk-windows-X64-${{ env.VMA_VULKAN_VERSION }}.exe
5252
7z x vulkansdk.exe -o"${{ env.VMA_VULKAN_SDK_PATH }}"
5353
} else {
5454
Write-Host "Using cached Vulkan SDK"

0 commit comments

Comments
 (0)