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 @@ -683,7 +683,7 @@ jobs:
683
683
env :
684
684
OPENBLAS_VERSION : 0.3.23
685
685
SDE_VERSION : 9.33.0-2024-01-07
686
- VULKAN_VERSION : 1.4.309.0
686
+ VULKAN_VERSION : 1.4.313.2
687
687
688
688
strategy :
689
689
matrix :
@@ -736,7 +736,7 @@ jobs:
736
736
id : get_vulkan
737
737
if : ${{ matrix.build == 'kompute-x64' || matrix.build == 'vulkan-x64' }}
738
738
run : |
739
- 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"
739
+ 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"
740
740
& "$env:RUNNER_TEMP\VulkanSDK-Installer.exe" --accept-licenses --default-answer --confirm-command install
741
741
Add-Content $env:GITHUB_ENV "VULKAN_SDK=C:\VulkanSDK\${env:VULKAN_VERSION}"
742
742
Add-Content $env:GITHUB_PATH "C:\VulkanSDK\${env:VULKAN_VERSION}\bin"
You can’t perform that action at this time.
0 commit comments