chore(CI): enable dune cache

This commit is contained in:
Fardale 2022-09-17 21:39:04 +02:00
parent 15c9152795
commit a5f9f2b95d
3 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@ jobs:
uses: ocaml/setup-ocaml@v2 uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
- run: opam pin -n . - run: opam pin -n .
- run: opam depext -y containers containers-data containers-thread - run: opam depext -y containers containers-data containers-thread

View file

@ -16,6 +16,7 @@ jobs:
uses: ocaml/setup-ocaml@v2 uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: '4.14.x' ocaml-compiler: '4.14.x'
dune-cache: true
- name: Pin - name: Pin
run: opam pin -n . run: opam pin -n .

View file

@ -27,6 +27,7 @@ jobs:
uses: ocaml/setup-ocaml@v2 uses: ocaml/setup-ocaml@v2
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
- run: opam pin -n . - run: opam pin -n .