Skip to content

Commit 596be49

Browse files
committed
Enable opam and dune caching
1 parent 2d58cee commit 596be49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: ocaml/setup-ocaml@v3
3535
with:
3636
ocaml-compiler: ${{ matrix.ocaml-compiler }}
37+
cache: true
38+
dune-cache: true
3739

3840
- name: Install dependencies
3941
run: |

0 commit comments

Comments
 (0)