Skip to content

Commit 25843cf

Browse files
committed
please [release]
1 parent c0c0b94 commit 25843cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
- name: Cache built deps
4949
uses: actions/cache@v4
5050
with:
51-
path: build/deps_install
51+
path: |
52+
build/deps_install
53+
deps/cadical
54+
deps/cadiback
5255
key: deps-${{ matrix.name }}-${{ hashFiles('deps/**/*.txt', 'deps/**/*.cmake', 'deps/**/CMakeLists.txt') }}
5356
restore-keys: deps-${{ matrix.name }}-Linux-
5457

0 commit comments

Comments
 (0)