CI(chore): disable dune cache for the doc

This commit is contained in:
Fardale 2023-02-15 10:52:29 +01:00
parent a30e471a6f
commit def8f242fc

View file

@ -16,7 +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 dune-cache: false
- name: Pin - name: Pin
run: opam pin -n . run: opam pin -n .