Skip to content

Commit faddd2a

Browse files
committed
fix: Vulkan Ubuntu build
1 parent 5828779 commit faddd2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Install Vulkan SDK on Ubuntu
180180
if: matrix.config.name == 'Ubuntu (1)'
181181
env:
182-
VULKAN_VERSION: 1.4.313.2
182+
VULKAN_VERSION: 1.4.341.1
183183
run: |
184184
# export VULKAN_VERSION="$(curl -fsSL https://vulkan.lunarg.com/sdk/latest/linux.txt)"
185185
# echo "Downloading Vulkan SDK version ${VULKAN_VERSION}"

0 commit comments

Comments
 (0)