Skip to content

Commit f287d03

Browse files
committed
ugh, try multiple lwt versions on linux plz thx
1 parent c372afd commit f287d03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

@@ -55,11 +57,9 @@ jobs:
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

0 commit comments

Comments
 (0)