Skip to content

Commit 30746e8

Browse files
committed
Test7
1 parent 0a5aff9 commit 30746e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Set Vulkan SDK Version
2727
id: set-version
28-
run: echo "VULKAN_SDK_VERSION=1.4.309.0" >> $GITHUB_ENV
28+
run: echo "VULKAN_SDK_VERSION=1.3.283.0" >> $GITHUB_ENV
2929

3030
- name: Create Build Environment
3131
run: |

.github/workflows/static_code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Set Vulkan SDK Version
1616
id: set-version
17-
run: echo "VULKAN_SDK_VERSION=1.4.309.0" >> $GITHUB_ENV
17+
run: echo "VULKAN_SDK_VERSION=1.3.283.0" >> $GITHUB_ENV
1818

1919
- name: Check Vulkan SDK Cache
2020
id: cache-vulkan

0 commit comments

Comments
 (0)