Skip to content

Commit 24ca982

Browse files
try to fix workflows
1 parent 34f3d9a commit 24ca982

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
path: build
2424
key: build-cache-${{ runner.os }}-${{ hashFiles('**/CMakeLists.txt', '**/*.cpp', '**/*.h') }}
2525
restore-keys: |
26-
build-cache-${{ runner.os }}-
26+
build-cache-${{ runner.os }}
27+
- name: Install libpng
28+
run: sudo apt-get install -y libpng-dev
2729

2830
- name: Configure CMake
2931
run: cmake -S . -B build

0 commit comments

Comments
 (0)