Skip to content

Commit 39dcd53

Browse files
committed
fast CI
1 parent 2f4d381 commit 39dcd53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: ocaml/setup-ocaml@v2
24+
- uses: ocaml/setup-ocaml@master
2525
with:
2626
ocaml-compiler: ${{ matrix.ocaml-compiler }}
27+
dune-cache: true
28+
allow-prerelease-opam: true
2729
- run: opam pin -n .
2830
- run: opam depext -yt printbox printbox-html printbox-text
2931
- run: opam install -t . --deps-only

0 commit comments

Comments
 (0)