Skip to content

Commit

Permalink
Merge pull request #290 from smorimoto/dune-cache
Browse files Browse the repository at this point in the history
Enable dune cache on the macOS runners as well
  • Loading branch information
Drup authored Jul 26, 2021
2 parents bc36097 + 651ff2b commit 157c795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: ${{ matrix.os != 'macos-latest' }}
dune-cache: true
opam-depext-flags: --with-test

- run: opam install . --deps-only --with-test
Expand Down

0 comments on commit 157c795

Please sign in to comment.