ci: Updated downloaded Windows Vulkan SDK to match previously updated headers

This commit is contained in:
OpenSauce04 2024-11-22 20:25:01 +00:00
parent 91524d918d
commit 5b87ee3397

View File

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