We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5aff9 commit 30746e8Copy full SHA for 30746e8
2 files changed
.github/workflows/linux.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Set Vulkan SDK Version
27
id: set-version
28
- run: echo "VULKAN_SDK_VERSION=1.4.309.0" >> $GITHUB_ENV
+ run: echo "VULKAN_SDK_VERSION=1.3.283.0" >> $GITHUB_ENV
29
30
- name: Create Build Environment
31
run: |
.github/workflows/static_code_analysis.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
- name: Check Vulkan SDK Cache
20
id: cache-vulkan
0 commit comments