mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-07 21:37:57 -05:00
CI
This commit is contained in:
parent
ffdcc1139c
commit
2a3cfa015a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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.') }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue