Skip to content

Commit

Permalink
ci: Enable dune-cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Feb 7, 2024
1 parent 5b97f1f commit db42299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

- run: opam install . --deps-only --with-test

Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

- run: opam install . --deps-only --with-test

Expand Down Expand Up @@ -140,6 +142,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

- run: opam install . --deps-only --with-test

Expand Down

0 comments on commit db42299

Please sign in to comment.