Skip to content

Commit

Permalink
CI: enable cache for windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Feb 28, 2023
1 parent 9c103fe commit 7f80554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
default: https://github.com/hhugo/opam-repository-mingw.git#opam2
opam: https://github.com/ocaml/opam-repository.git
dune-cache: ${{ matrix.os == 'ubuntu-latest' }}
dune-cache: true
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test

Expand All @@ -97,7 +97,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: ${{ matrix.os == 'ubuntu-latest' }}
dune-cache: true
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test

Expand Down

0 comments on commit 7f80554

Please sign in to comment.