Skip to content

Commit 69c9048

Browse files
authored
Merge pull request #1116 from smorimoto/dune-cache
Enable dune cache on the macOS runners as well
2 parents 2ef64a2 + 0a13442 commit 69c9048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: ocaml/setup-ocaml@v2
4848
with:
4949
ocaml-compiler: ${{ matrix.ocaml-compiler }}
50-
dune-cache: ${{ matrix.os == 'ubuntu-latest' }}
50+
dune-cache: true
5151
opam-depext: ${{ matrix.ocaml-compiler == '4.12.x' }}
5252
opam-depext-flags: --with-test
5353

0 commit comments

Comments
 (0)