File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 allow-prerelease-opam : true
2121
2222 - name : Deps
23- run : opam install odig tiny_httpd tiny_httpd_camlzip
23+ run : opam install odig tiny_httpd tiny_httpd_camlzip tiny_httpd_eio
2424
2525 - name : Build
26- run : opam exec -- odig odoc --cache-dir=_doc/ tiny_httpd tiny_httpd_camlzip
26+ run : opam exec -- odig odoc --cache-dir=_doc/ tiny_httpd tiny_httpd_camlzip tiny_httpd_eio
2727
2828 - name : Deploy
2929 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 3838
3939 - run : opam install ./tiny_httpd.opam ./tiny_httpd_camlzip.opam --deps-only --with-test
4040
41- - run : opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
41+ - run : opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio
4242
4343 - run : opam exec -- dune build @src/runtest @examples/runtest @tests/runtest -p tiny_httpd
4444 if : ${{ matrix.os == 'ubuntu-latest' }}
5050
5151 - run : opam install logs magic-mime -y
5252
53- - run : opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
53+ - run : opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio
You can’t perform that action at this time.
0 commit comments