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 34f3d9a commit 24ca982Copy full SHA for 24ca982
.github/workflows/cmake.yaml
@@ -23,7 +23,9 @@ jobs:
23
path: build
24
key: build-cache-${{ runner.os }}-${{ hashFiles('**/CMakeLists.txt', '**/*.cpp', '**/*.h') }}
25
restore-keys: |
26
- build-cache-${{ runner.os }}-
+ build-cache-${{ runner.os }}
27
+ - name: Install libpng
28
+ run: sudo apt-get install -y libpng-dev
29
30
- name: Configure CMake
31
run: cmake -S . -B build
0 commit comments