mirror of
https://github.com/c-cube/linol.git
synced 2025-12-07 11:45:43 -05:00
fast CI
This commit is contained in:
parent
dda10ad74b
commit
3fffe00a39
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue