We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdcc11 commit 2a3cfa0Copy full SHA for 2a3cfa0
1 file changed
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build (OCaml 5.x, includes eio)
46
run: |
47
- opam install ./tiny_httpd_eio.opam --deps-only --with-test
+ opam install ./tiny_httpd.opam ./tiny_httpd_eio.opam --deps-only --with-test
48
opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio
49
if: ${{ startsWith(matrix.ocaml-compiler, '5.') }}
50
0 commit comments