ci: Corrected Windows Vulkan SDK URL which was taken down by upstream

This commit is contained in:
OpenSauce04 2025-06-09 19:14:39 +01:00 committed by OpenSauce
parent 7eff38ed10
commit d1b80788f6

View File

@ -158,7 +158,7 @@ jobs:
- name: Install vulkan-sdk (MSVC)
if: ${{ matrix.target == 'msvc' }}
run: |
wget https://sdk.lunarg.com/sdk/download/1.4.304.1/windows/vulkansdk-windows-X64-1.4.304.1.exe -O D:/a/_temp/vulkan.exe
wget https://sdk.lunarg.com/sdk/download/1.4.304.1/windows/VulkanSDK-1.4.304.1-Installer.exe -O D:/a/_temp/vulkan.exe
D:/a/_temp/vulkan.exe --accept-licenses --default-answer --confirm-command install
- name: Set up MSYS2
if: ${{ matrix.target == 'msys2' }}