We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d776f41 commit dc85027Copy full SHA for dc85027
.github/workflows/workflow.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: opam install conf-libev
55
if: ${{ matrix.libev == true }}
56
57
- - run: opam install . --deps-only --with-test --best-effort
+ - run: opam install --deps-only --with-test ./lwt.opam ./lwt_ppx.opam ./lwt_react.opam ./lwt_retry.opam
58
59
- run: opam exec -- dune build
60
0 commit comments