From 2591d99db118d02b1d1de408c0e3ece30027f717 Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Sun, 17 May 2020 13:19:53 -0700 Subject: [PATCH] Dev: Switch to dropbox for Vulkan SDK for reliability --- .ci/setup-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup-windows.sh b/.ci/setup-windows.sh index b1f6f6c26e..3fe888e7eb 100755 --- a/.ci/setup-windows.sh +++ b/.ci/setup-windows.sh @@ -18,7 +18,7 @@ QT_DECL_URL="${QT_HOST}${QT_PREFIX}qtdeclarative${QT_SUFFIX}" QT_TOOL_URL="${QT_HOST}${QT_PREFIX}qttools${QT_SUFFIX}" LLVMLIBS_URL='https://github.com/RPCS3/llvm-mirror/releases/download/custom-build-win/llvmlibs_mt.7z' GLSLANG_URL='https://github.com/RPCS3/glslang/releases/download/custom-build-win/glslanglibs_mt.7z' -VULKAN_SDK_URL="https://sdk.lunarg.com/sdk/download/${VULKAN_VER}/windows/VulkanSDK-${VULKAN_VER}-Installer.exe" +VULKAN_SDK_URL="https://www.dropbox.com/s/4xppf4rz8v2gd8x/VulkanSDK-${VULKAN_VER}-Installer.exe" DEP_URLS=" \ $QT_BASE_URL \