File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
#
19
19
20
20
# Sourced from https://vulkan.lunarg.com/sdk/home#linux
21
- VULKAN_SDK_VERSION : " 1.4.309 "
22
- VULKAN_FULL_SDK_VERSION : " 1.4.309 .0"
21
+ VULKAN_SDK_VERSION : " 1.4.313 "
22
+ VULKAN_FULL_SDK_VERSION : " 1.4.313 .0"
23
23
# Sourced from https://www.nuget.org/packages/Microsoft.Direct3D.WARP
24
24
WARP_VERSION : " 1.0.13"
25
25
@@ -591,7 +591,7 @@ jobs:
591
591
run : |
592
592
set -e
593
593
594
- curl.exe -L --retry 5 https://sdk.lunarg.com/sdk/download/${{ env.VULKAN_FULL_SDK_VERSION }}/windows/VulkanSDK- ${{ env.VULKAN_FULL_SDK_VERSION }}-Installer .exe -o vulkan-sdk-installer.exe
594
+ curl.exe -L --retry 5 https://sdk.lunarg.com/sdk/download/${{ env.VULKAN_FULL_SDK_VERSION }}/windows/vulkansdk-windows-X64- ${{ env.VULKAN_FULL_SDK_VERSION }}.exe -o vulkan-sdk-installer.exe
595
595
596
596
./vulkan-sdk-installer.exe --accept-licenses --default-answer --confirm-command install
597
597
@@ -607,7 +607,7 @@ jobs:
607
607
unzip vulkan-sdk.zip -d vulkan-sdk
608
608
609
609
ls -l vulkan-sdk
610
- sudo ./vulkan-sdk/InstallVulkan- ${{ env.VULKAN_FULL_SDK_VERSION }}.app/Contents/MacOS/InstallVulkan -${{ env.VULKAN_FULL_SDK_VERSION }} --root "$HOME/VulkanSDK" --accept-licenses --default-answer --confirm-command install
610
+ sudo ./vulkan-sdk/vulkansdk-macOS- ${{ env.VULKAN_FULL_SDK_VERSION }}.app/Contents/MacOS/vulkansdk-macOS -${{ env.VULKAN_FULL_SDK_VERSION }} --root "$HOME/VulkanSDK" --accept-licenses --default-answer --confirm-command install
611
611
612
612
echo "$HOME/VulkanSDK/macOS/bin" >> "$GITHUB_PATH"
613
613
Original file line number Diff line number Diff line change 16
16
# Sourced from https://vulkan.lunarg.com/sdk/home#linux
17
17
#
18
18
# We don't include the 4th version number, as it's not used in any URL.
19
- VULKAN_SDK_VERSION : " 1.4.309 "
19
+ VULKAN_SDK_VERSION : " 1.4.313 "
20
20
21
21
# Sourced from https://github.com/microsoft/DirectXShaderCompiler/releases
22
22
#
You can’t perform that action at this time.
0 commit comments