Skip to content

Commit 4836dce

Browse files
committed
Install vulkan
1 parent e4974cd commit 4836dce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
with:
5454
submodules: recursive
5555

56+
- name: Install Vulkan SDK
57+
uses: humbletim/install-vulkan-sdk@v1.2
58+
with:
59+
version: 1.3.296.0
60+
cache: true
61+
5662
- name: Prepare Linux
5763
if: contains(matrix.os, 'ubuntu')
5864
run: |

0 commit comments

Comments
 (0)