We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0596cbd commit 05d15c2Copy full SHA for 05d15c2
.github/workflows/cmake.yaml
@@ -26,6 +26,8 @@ jobs:
26
build-cache-${{ runner.os }}-
27
- name: Install libpng
28
run: sudo apt-get install -y libpng-dev
29
+ - name: Install vulkan header
30
+ run: sudo apt-get install -y vulkan-headers
31
32
- name: Configure CMake
33
run: cmake -S . -B build
0 commit comments