Skip to content

Commit

Permalink
Fix the ocamlformat install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydubreil committed Mar 26, 2024
1 parent d97c4e5 commit 7894f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install ocamlformat
run: |
opam install --deps-only --locked opam/ocamlformat.opam.locked
opam install ocamlformat.$(grep -e '^version:' "$INFER_ROOT"/opam/ocamlformat.opam.locked | cut -d ' ' -f 2 | tr -d \")
opam install ocamlformat.$(grep -e '^version:' ./opam/ocamlformat.opam.locked | cut -d ' ' -f 2 | tr -d \")
opam exec -- ocamlformat --version
- name: Test infer
Expand Down

0 comments on commit 7894f4e

Please sign in to comment.