From 2a3cfa015abe4d763b9409e7350adfeb409a3028 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 15 Feb 2026 16:14:49 -0500 Subject: [PATCH] CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') }}