Skip to content

Commit

Permalink
chore: attempts to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmandorky committed Feb 23, 2024
1 parent 7d95854 commit 7c48c45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- ubuntu-latest
# - windows-latest
ocaml-compiler:
- 4.14.x
# - 4.08.x
# - 4.14.x
- 5.1.x
# - 4.06.x

runs-on: ${{ matrix.os }}
Expand Down
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
(depends
ocaml
containers
cohttp-eio
eio
eio_main
cohttp
ppx_deriving
cohttp-lwt-unix
Expand Down
3 changes: 3 additions & 0 deletions imandra-http-api-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ depends: [
"dune" {>= "2.7"}
"ocaml"
"containers"
"cohttp-eio"
"eio"
"eio_main"
"cohttp"
"ppx_deriving"
"cohttp-lwt-unix"
Expand Down

0 comments on commit 7c48c45

Please sign in to comment.