We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e835e commit 5ef3a03Copy full SHA for 5ef3a03
.github/workflows/main.yml
@@ -25,8 +25,6 @@ jobs:
25
steps:
26
- name: Checkout code
27
uses: actions/checkout@v2
28
- with:
29
- submodules: recursive
30
31
- name: Use OCaml ${{ matrix.ocaml-compiler }}
32
uses: ocaml/setup-ocaml@v2
@@ -36,7 +34,7 @@ jobs:
36
34
37
35
- run: opam install . --deps-only --with-test
38
39
- - run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,curly
+ - run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
40
41
- run: opam exec -- dune build @src/runtest @examples/runtest
42
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments