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 13
13
env :
14
14
VULKAN_SDK : $GITHUB_WORKSPACE/../$VulkanSDKVersion/x86_64
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Download & Extract Vulkan SDK
18
18
run : |
19
19
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
35
35
# windows-latest-x64:
36
36
# runs-on: windows-latest
37
37
# steps:
38
- # - uses: actions/checkout@v3
38
+ # - uses: actions/checkout@v4
39
39
# - name: Set Environment variables
40
40
# run: echo "VULKAN_SDK=C:\VulkanSDK\${{env.VulkanSDKVersion}}" >> $GITHUB_ENV
41
41
# - name: Download & Install Vulkan SDK
61
61
macos-latest-x64 :
62
62
runs-on : macos-latest
63
63
steps :
64
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
65
65
- name : Set Environment variables
66
66
run : |
67
67
VULKAN_SDK=$GITHUB_WORKSPACE/../vulkansdk-macos-${{env.VulkanSDKVersion}}/macOS
You can’t perform that action at this time.
0 commit comments