Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Aug 27, 2024
1 parent d151cb9 commit cf2a07d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
gluten-eio
h2-eio
httpun-ws
(multipart_form :dev)
(eio_main
(>= "1.0"))
(dune-site :with-test)
Expand Down
3 changes: 1 addition & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rec {
"stream"
"multipart"
"multipart_test"
"vendor"
];
};

Expand All @@ -34,8 +35,6 @@ rec {
h2-eio
httpun-ws

multipart_form

dune-site

# Not in checkInputs because we also run tests in the musl64 build
Expand Down
1 change: 0 additions & 1 deletion piaf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ depends: [
"gluten-eio"
"h2-eio"
"httpun-ws"
"multipart_form" {dev}
"eio_main" {>= "1.0"}
"dune-site" {with-test}
"alcotest" {with-test}
Expand Down

0 comments on commit cf2a07d

Please sign in to comment.