do not upload vulkan_sdk.exe in CI builds

This commit is contained in:
Ivan Avdeev 2021-10-14 10:08:16 -07:00 committed by Ivan Avdeev
parent 489d04f0ec
commit 03a7c00f06
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ mv SDL2-$SDL_VERSION SDL2_VC
curl -L --show-error --output vulkan_sdk.exe https://vulkan.lunarg.com/sdk/download/$VULKAN_SDK_VERSION/windows/vulkan_sdk.exe
7z x -ovulkan_sdk vulkan_sdk.exe
rm -f vulkan_sdk.exe