This commit is contained in:
Simon Cruanes 2026-02-15 16:14:49 -05:00
parent ffdcc1139c
commit 2a3cfa015a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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.') }}