This commit is contained in:
Simon Cruanes 2023-12-13 12:40:24 -05:00
parent dda10ad74b
commit 3fffe00a39

View file

@ -13,13 +13,15 @@ jobs:
#- windows-latest
ocaml-compiler:
- 4.12.x
- 4.14.x
- 5.1.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@main
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
allow-prerelease-opam: true
- run: opam pin -n .
- run: opam depext -yt linol linol-lwt
- run: opam install -t . --deps-only