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 24ca982 commit 4b17912Copy full SHA for 4b17912
.github/workflows/cmake.yaml
@@ -23,7 +23,7 @@ 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
0 commit comments