From dc4e5cf40cf63393a15315c44792b090e13429a0 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 3 Sep 2024 09:59:23 -0400 Subject: [PATCH] chore: CI --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 18319f60..20d74435 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -22,7 +22,7 @@ jobs: # temporary until it's in a release - run: opam pin https://github.com/ocaml-multicore/picos.git -y -n - - run: opam install odig moonpool moonpool-lwt + - run: opam install odig moonpool moonpool-lwt moonpool-io - run: opam exec -- odig odoc --cache-dir=_doc/ moonpool moonpool-lwt diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00bb6095..a16fe420 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: # temporary until it's in a release - run: opam pin https://github.com/ocaml-multicore/picos.git -y -n - - run: opam install -t moonpool moonpool-lwt --deps-only + - run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only if: matrix.ocaml-compiler == '5.2' - run: opam install -t moonpool --deps-only if: matrix.ocaml-compiler != '5.2' @@ -68,7 +68,7 @@ jobs: # temporary until it's in a release - run: opam pin https://github.com/ocaml-multicore/picos.git -y -n - - run: opam install -t moonpool moonpool-lwt --deps-only + - run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only - run: opam exec -- dune build @install # install some depopts - run: opam install thread-local-storage trace domain-local-await