Skip to content

Commit 5ef3a03

Browse files
committed
chore: ci
1 parent 91e835e commit 5ef3a03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v2
28-
with:
29-
submodules: recursive
3028

3129
- name: Use OCaml ${{ matrix.ocaml-compiler }}
3230
uses: ocaml/setup-ocaml@v2
@@ -36,7 +34,7 @@ jobs:
3634

3735
- run: opam install . --deps-only --with-test
3836

39-
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,curly
37+
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
4038

4139
- run: opam exec -- dune build @src/runtest @examples/runtest
4240
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)