Skip to content

Commit

Permalink
fast CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 31, 2023
1 parent 2f4d381 commit 39dcd53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
- uses: ocaml/setup-ocaml@master
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
allow-prerelease-opam: true
- run: opam pin -n .
- run: opam depext -yt printbox printbox-html printbox-text
- run: opam install -t . --deps-only
Expand Down

0 comments on commit 39dcd53

Please sign in to comment.