File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 - dev
3131
3232env :
33- VULKAN_VERSION : 1.3.261.1
33+ VULKAN_VERSION : 1.4.328.0
3434
3535jobs :
3636 create-draft-release :
@@ -403,7 +403,7 @@ jobs:
403403 if : ${{ matrix.vulkan && (matrix.os == 'win') }}
404404 continue-on-error : true
405405 run : |
406- curl.exe -o $env:RUNNER_TEMP/VulkanSDK-Installer.exe -L "https://sdk.lunarg.com/sdk/download/${env:VULKAN_VERSION}/windows/VulkanSDK- ${env:VULKAN_VERSION}-Installer .exe"
406+ curl.exe -o $env:RUNNER_TEMP/VulkanSDK-Installer.exe -L "https://sdk.lunarg.com/sdk/download/${env:VULKAN_VERSION}/windows/vulkansdk-windows-X64- ${env:VULKAN_VERSION}.exe"
407407 & "$env:RUNNER_TEMP\VulkanSDK-Installer.exe" --accept-licenses --default-answer --confirm-command install
408408 Add-Content $env:GITHUB_ENV "VULKAN_SDK=C:\VulkanSDK\${env:VULKAN_VERSION}"
409409 Add-Content $env:GITHUB_PATH "C:\VulkanSDK\${env:VULKAN_VERSION}\bin"
You can’t perform that action at this time.
0 commit comments