Skip to content

Commit 41614a3

Browse files
authored
Merge branch 'master' into hhugo-fix-sourcemap
2 parents f5dd55e + d4ae28f commit 41614a3

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
@@ -97,7 +97,7 @@ jobs:
9797
uses: ocaml/setup-ocaml@v2
9898
with:
9999
ocaml-compiler: ${{ matrix.ocaml-compiler }}
100-
dune-cache: true
100+
dune-cache: ${{ matrix.os != 'macos-latest' }}
101101
opam-depext: ${{ !matrix.skip-test }}
102102
opam-depext-flags: --with-test
103103

0 commit comments

Comments
 (0)