diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fbd4073..26978b46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: - name: Build (OCaml 5.x, includes eio) run: | - opam install ./tiny_httpd_eio.opam --deps-only --with-test + opam install ./tiny_httpd.opam ./tiny_httpd_eio.opam --deps-only --with-test opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio if: ${{ startsWith(matrix.ocaml-compiler, '5.') }}