Skip to content

Commit 0f4c76c

Browse files
committed
share cache dir?
speed test 1
1 parent 3e8392c commit 0f4c76c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ jobs:
255255
id: compiler-build-state
256256
uses: actions/cache@v4
257257
with:
258-
path: _build
258+
path: |
259+
~/.cache/dune
260+
_build
259261
key: ${{ steps.compiler-build-state-key.outputs.value }}
260262

261263
- name: Build compiler

0 commit comments

Comments
 (0)