We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4d381 commit 39dcd53Copy full SHA for 39dcd53
.github/workflows/main.yml
@@ -21,9 +21,11 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v2
24
- - uses: ocaml/setup-ocaml@v2
+ - uses: ocaml/setup-ocaml@master
25
with:
26
ocaml-compiler: ${{ matrix.ocaml-compiler }}
27
+ dune-cache: true
28
+ allow-prerelease-opam: true
29
- run: opam pin -n .
30
- run: opam depext -yt printbox printbox-html printbox-text
31
- run: opam install -t . --deps-only
0 commit comments