diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-07-07 07:23:40 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-07-07 08:04:13 +0200 |
commit | e3937fe8ad7f64406ec1547df4649ed80663819a (patch) | |
tree | e9a5e1d828b14f85d030f3b3613d4d8bf94a3a88 /.ci/scripts/windows | |
parent | github: Checkout source first (MSVC) (diff) | |
download | yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.tar yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.tar.gz yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.tar.bz2 yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.tar.lz yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.tar.xz yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.tar.zst yuzu-e3937fe8ad7f64406ec1547df4649ed80663819a.zip |
Diffstat (limited to '.ci/scripts/windows')
-rw-r--r-- | .ci/scripts/windows/install-vulkan-sdk.ps1 | 2 |
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 @@ $ErrorActionPreference = "Stop" -$VulkanSDKVer = "1.3.243.0" +$VulkanSDKVer = "1.3.250.1" $ExeFile = "VulkanSDK-$VulkanSDKVer-Installer.exe" $Uri = "https://sdk.lunarg.com/sdk/download/$VulkanSDKVer/windows/$ExeFile" $Destination = "./$ExeFile" |