Skip to content

Commit

Permalink
eio(client): fix ci task 'build-test-cohttp-eio'
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Jun 12, 2022
1 parent c6d39e7 commit 15a299e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
default: https://github.com/ocaml/opam-repository.git
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
- run: opam install cstruct eio_main bigstringaf fmt mdx
- run: opam install cstruct eio_main bigstringaf fmt mdx uri

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

Expand Down
1 change: 1 addition & 0 deletions cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ depends: [
"cstruct"
"bigstringaf"
"fmt"
"uri"
"mdx" {with-test}
"eio_main" {with-test}
"conf-nmap" {with-test}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ should also be fine under Windows too.
cstruct
bigstringaf
fmt
uri
(mdx :with-test)
(eio_main :with-test)
(conf-nmap :with-test)
Expand Down

0 comments on commit 15a299e

Please sign in to comment.