mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-03 11:47:45 -06:00
ci: Corrected Windows Vulkan SDK URL which was taken down by upstream
This commit is contained in:
parent
7eff38ed10
commit
afaf4403cd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user