This commit is contained in:
Simon Cruanes 2024-01-23 21:58:43 -05:00
parent 178a4f9bbb
commit f93f8d733a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 6 additions and 0 deletions

View file

@ -49,3 +49,6 @@ jobs:
- run: opam exec -- dune build @src/runtest @examples/runtest @tests/runtest -p tiny_httpd_camlzip
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: opam install logs -y
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip

View file

@ -44,3 +44,6 @@ jobs:
- run: opam exec -- dune build @src/runtest @examples/runtest @tests/runtest -p tiny_httpd_camlzip
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: opam install logs -y
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip