Skip to content

Commit 2a3cfa0

Browse files
committed
CI
1 parent ffdcc11 commit 2a3cfa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build (OCaml 5.x, includes eio)
4646
run: |
47-
opam install ./tiny_httpd_eio.opam --deps-only --with-test
47+
opam install ./tiny_httpd.opam ./tiny_httpd_eio.opam --deps-only --with-test
4848
opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio
4949
if: ${{ startsWith(matrix.ocaml-compiler, '5.') }}
5050

0 commit comments

Comments
 (0)