summaryrefslogtreecommitdiff
path: root/.ci/scripts
diff options
context:
space:
mode:
Diffstat (limited to '.ci/scripts')
-rw-r--r--.ci/scripts/windows/install-vulkan-sdk.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/windows/install-vulkan-sdk.ps1 b/.ci/scripts/windows/install-vulkan-sdk.ps1
index 778a2c2ff..de218d90a 100644
--- a/.ci/scripts/windows/install-vulkan-sdk.ps1
+++ b/.ci/scripts/windows/install-vulkan-sdk.ps1
@@ -3,7 +3,7 @@
3 3
4$ErrorActionPreference = "Stop" 4$ErrorActionPreference = "Stop"
5 5
6$VulkanSDKVer = "1.3.243.0" 6$VulkanSDKVer = "1.3.250.1"
7$ExeFile = "VulkanSDK-$VulkanSDKVer-Installer.exe" 7$ExeFile = "VulkanSDK-$VulkanSDKVer-Installer.exe"
8$Uri = "https://sdk.lunarg.com/sdk/download/$VulkanSDKVer/windows/$ExeFile" 8$Uri = "https://sdk.lunarg.com/sdk/download/$VulkanSDKVer/windows/$ExeFile"
9$Destination = "./$ExeFile" 9$Destination = "./$ExeFile"