File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ jobs:
2323 - uses : actions/checkout@v6
2424 - run : opam pin picos 0.6.0 -y -n
2525
26+ - run : opam pin -y -n lwt 5.9.2
2627 - run : opam install -t . --deps-only
2728 - run : opam exec -- dune build @install
2829
2930 # install some depopts
31+ - run : opam pin -y -n lwt 6.1.1
3032 - run : opam install thread-local-storage trace hmap ambient-context.0.2
3133 - run : opam exec -- dune build --profile=release --force @install @runtest
3234
5557 # temporary until it's in a release
5658 - run : opam pin https://github.com/ocaml-multicore/picos.git -y -n
5759
58- - run : opam pin -y -n lwt 5.9.2
5960 - run : opam install -t moonpool moonpool-lwt --deps-only
6061 - run : opam exec -- dune build @install
6162
6263 # install some depopts
63- - run : opam pin -y -n lwt 6.1.1
6464 - run : opam install thread-local-storage trace domain-local-await
6565 - run : opam exec -- dune build --profile=release --force @install @runtest
You can’t perform that action at this time.
0 commit comments