File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 env :
1414 VULKAN_SDK : $GITHUB_WORKSPACE/../$VulkanSDKVersion/x86_64
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Download & Extract Vulkan SDK
1818 run : |
1919 wget --no-cookies -O ../vulkansdk-linux-x86_64-${{env.VulkanSDKVersion}}.tar.gz https://sdk.lunarg.com/sdk/download/${{env.VulkanSDKVersion}}/linux/vulkansdk-linux-x86_64-${{env.VulkanSDKVersion}}.tar.gz?u=
3535 windows-latest-x64 :
3636 runs-on : windows-latest
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - name : Set Environment variables
4040 run : echo "VULKAN_SDK=C:\VulkanSDK\${{env.VulkanSDKVersion}}" >> $GITHUB_ENV
4141 - name : Download & Install Vulkan SDK
6161 macos-latest-x64 :
6262 runs-on : macos-latest
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6565 - name : Set Environment variables
6666 run : |
6767 VULKAN_SDK=$GITHUB_WORKSPACE/../vulkansdk-macos-${{env.VulkanSDKVersion}}/macOS
You can’t perform that action at this time.
0 commit comments