Skip to content

Commit f0f7966

Browse files
committed
Activate dune-cache in setup-ocaml (CI)
1 parent 4d999ee commit f0f7966

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: ocaml/setup-ocaml@v3
2929
with:
3030
ocaml-compiler: ${{ matrix.ocaml-compiler }}
31+
dune-cache: true
3132
opam-repositories: |
3233
default: https://github.com/ocaml/opam-repository.git
3334
mbarbin: https://github.com/mbarbin/opam-repository.git

.github/workflows/deploy-odoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: ocaml/setup-ocaml@v3
2525
with:
2626
ocaml-compiler: "5.3.x"
27+
dune-cache: true
2728
opam-repositories: |
2829
default: https://github.com/ocaml/opam-repository.git
2930
mbarbin: https://github.com/mbarbin/opam-repository.git

.github/workflows/more-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: ocaml/setup-ocaml@v3
4646
with:
4747
ocaml-compiler: ${{ matrix.ocaml-compiler }}
48+
dune-cache: true
4849
opam-repositories: |
4950
default: https://github.com/ocaml/opam-repository.git
5051
mbarbin: https://github.com/mbarbin/opam-repository.git

0 commit comments

Comments
 (0)