Skip to content

Commit 15a299e

Browse files
committed
eio(client): fix ci task 'build-test-cohttp-eio'
1 parent c6d39e7 commit 15a299e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
default: https://github.com/ocaml/opam-repository.git
9999
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
100100
101-
- run: opam install cstruct eio_main bigstringaf fmt mdx
101+
- run: opam install cstruct eio_main bigstringaf fmt mdx uri
102102

103103
- run: opam exec -- dune build -p http,cohttp-eio --profile release
104104

cohttp-eio.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ depends: [
2525
"cstruct"
2626
"bigstringaf"
2727
"fmt"
28+
"uri"
2829
"mdx" {with-test}
2930
"eio_main" {with-test}
3031
"conf-nmap" {with-test}

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ should also be fine under Windows too.
346346
cstruct
347347
bigstringaf
348348
fmt
349+
uri
349350
(mdx :with-test)
350351
(eio_main :with-test)
351352
(conf-nmap :with-test)

0 commit comments

Comments
 (0)