Skip to content

Commit 0330cba

Browse files
committed
chore: update ci
1 parent e96e688 commit 0330cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: opam pin -n .
2727

2828
- name: Depext
29-
run: opam depext -yt printbox printbox-html
29+
run: opam depext -yt printbox printbox-html printbox-text
3030

3131
- name: Deps
3232
run: opam install -d . --deps-only

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2828
- run: opam pin -n .
29-
- run: opam depext -yt printbox printbox-html
29+
- run: opam depext -yt printbox printbox-html printbox-text
3030
- run: opam install -t . --deps-only
3131
- run: opam exec -- dune build
3232
- run: opam exec -- dune runtest

0 commit comments

Comments
 (0)