Skip to content

Commit e9b458f

Browse files
committed
no dune cache???
1 parent 13b421a commit e9b458f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
uses: ocaml/setup-ocaml@v3
5353
with:
5454
ocaml-compiler: ${{ env.OCAML_DEFAULT_VERSION }}
55-
dune-cache: true
55+
# https://github.com/ocaml/dune/issues/7720
56+
dune-cache: false
5657

5758
# Install dependencies if the cache is not retrieved
5859
# odoc is installed as deps with { with-doc } in opam files

0 commit comments

Comments
 (0)