Skip to content

Commit bd60c70

Browse files
committed
Activate dune-cache in setup-ocaml (CI)
1 parent 1db03e1 commit bd60c70

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
@@ -46,6 +46,7 @@ jobs:
4646
uses: ocaml/setup-ocaml@v3
4747
with:
4848
ocaml-compiler: ${{ matrix.ocaml-compiler }}
49+
dune-cache: true
4950
opam-repositories: |
5051
default: https://github.com/ocaml/opam-repository.git
5152
mbarbin: https://github.com/mbarbin/opam-repository.git

0 commit comments

Comments
 (0)