Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Jun 20, 2024
1 parent 1a99fac commit 3eaf033
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- windows-latest
- macos-latest
ocaml-compiler:
- 4.14.x
- 5.2.x
- "4.14"
- "5.2"

runs-on: ${{ matrix.os }}

Expand All @@ -35,9 +35,12 @@ jobs:
default: https://github.com/hhugo/opam-repository.git#gmp-mingw
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
cache-prefix: "z1"
cache-prefix: "z2"
allow-prerelease-opam: true

- run: bash -c "rm -rf D:/cygwin/var/log"
if: runner.os = "Windows"

- run: opam install -v . --with-test --deps-only

- name: configure tree
Expand Down

0 comments on commit 3eaf033

Please sign in to comment.