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:
20
20
allow-prerelease-opam : true
21
21
22
22
- 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
24
24
25
25
- 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
27
27
28
28
- name : Deploy
29
29
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 38
38
39
39
- run : opam install ./tiny_httpd.opam ./tiny_httpd_camlzip.opam --deps-only --with-test
40
40
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
42
42
43
43
- run : opam exec -- dune build @src/runtest @examples/runtest @tests/runtest -p tiny_httpd
44
44
if : ${{ matrix.os == 'ubuntu-latest' }}
50
50
51
51
- run : opam install logs magic-mime -y
52
52
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