Skip to content

Commit

Permalink
Fix CI by pinning ocaml-index
Browse files Browse the repository at this point in the history
This pin should be removed after the release
  • Loading branch information
voodoos committed Jun 11, 2024
1 parent 872c441 commit 4354d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
opam depext conf-jq --yes # opam depext bug
opam pin menhirLib 20201216 --no-action
opam pin ocaml-index.1.0 https://github.com/voodoos/ocaml-index.git --ignore-pin-depends --ignore-constraints-on=merlin-lib
opam install --yes ppx_string ppx_compare
opam install . --deps-only --with-test --yes
Expand Down

0 comments on commit 4354d7f

Please sign in to comment.