Skip to content

Commit dbc0990

Browse files
committed
CI
1 parent 8d99628 commit dbc0990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# temporary until it's in a release
2323
- run: opam pin picos 0.6.0 -y -n
2424

25-
- run: opam install odig moonpool moonpool-lwt moonpool-io -t
25+
- run: opam install odig moonpool moonpool-lwt -t
2626

2727
- run: opam exec -- odig odoc --cache-dir=_doc/ moonpool moonpool-lwt
2828

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- run: opam pin picos 0.6.0 -y -n
3333

34-
- run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only
34+
- run: opam install -t moonpool moonpool-lwt --deps-only
3535
- run: opam exec -- dune build @install
3636

3737
# install some depopts
@@ -62,7 +62,7 @@ jobs:
6262
# temporary until it's in a release
6363
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
6464

65-
- run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only
65+
- run: opam install -t moonpool moonpool-lwt --deps-only
6666
- run: opam exec -- dune build @install
6767
# install some depopts
6868
- run: opam install thread-local-storage trace domain-local-await

0 commit comments

Comments
 (0)