diff --git a/.github/workflows/bindings_ocaml.yml b/.github/workflows/bindings_ocaml.yml index bc0b4599067..86901517fc7 100644 --- a/.github/workflows/bindings_ocaml.yml +++ b/.github/workflows/bindings_ocaml.yml @@ -48,12 +48,14 @@ jobs: run: | # make sure tests pass opam install -y dune ounit2 + eval $(opam env) dune runtest - name: Format run: | # make sure the project is well-formatted opam install -y ocamlformat + eval $(opam env) dune build @fmt \ No newline at end of file