Skip to content

Commit

Permalink
Add async_ssl as dependency for tests into GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Apr 27, 2020
1 parent bc7c452 commit 5bf05f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
opam pin add -n conduit-async.dev .
opam pin add -n conduit-mirage.dev .
opam pin add -n conduit-tls.dev .
opam depext -y lwt_ssl
opam depext -y lwt_ssl async_ssl
opam depext -y conduit conduit-lwt conduit-async conduit-mirage
opam install -y lwt_ssl
opam install -y lwt_ssl async_ssl
opam install -y --deps-only .
- name: Build
run: opam exec -- dune build
Expand Down

0 comments on commit 5bf05f3

Please sign in to comment.