Skip to content

Commit

Permalink
faster CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 7, 2023
1 parent 5c872af commit 47e21dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
#os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
ocaml-compiler:
- 4.06.x
- 4.07.x
- 4.12.x
- 4.08.x
- 4.14.x
steps:
- uses: actions/checkout@v2
- 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 nunchaku
- run: opam install -t . --deps-only
Expand Down

0 comments on commit 47e21dc

Please sign in to comment.