mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
faster CI
This commit is contained in:
parent
f0f5396cc2
commit
d1af13a9dd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -16,13 +16,15 @@ jobs:
|
|||
#- macos-latest
|
||||
ocaml-compiler:
|
||||
- 4.08.x
|
||||
- 4.12.x
|
||||
- 4.14.x
|
||||
# TODO: - 5.1.x # https://github.com/ocaml/setup-ocaml/issues/733
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
allow-prerelease-opam: true
|
||||
- run: opam pin -n .
|
||||
- run: opam depext -yt iter
|
||||
- run: opam install -t . --deps-only
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue