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 e96e688 commit 0330cbaCopy full SHA for 0330cba
.github/workflows/gh-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
run: opam pin -n .
27
28
- name: Depext
29
- run: opam depext -yt printbox printbox-html
+ run: opam depext -yt printbox printbox-html printbox-text
30
31
- name: Deps
32
run: opam install -d . --deps-only
.github/workflows/main.yml
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam pin -n .
- - run: opam depext -yt printbox printbox-html
+ - run: opam depext -yt printbox printbox-html printbox-text
- run: opam install -t . --deps-only
- run: opam exec -- dune build
- run: opam exec -- dune runtest
0 commit comments