Skip to content

Commit 05d15c2

Browse files
update workflow
1 parent 0596cbd commit 05d15c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
build-cache-${{ runner.os }}-
2727
- name: Install libpng
2828
run: sudo apt-get install -y libpng-dev
29+
- name: Install vulkan header
30+
run: sudo apt-get install -y vulkan-headers
2931

3032
- name: Configure CMake
3133
run: cmake -S . -B build

0 commit comments

Comments
 (0)