Skip to content

Commit

Permalink
Merge pull request #1771 from voodoos/fix-lsp-ci
Browse files Browse the repository at this point in the history
Use compat branch in lsp compat check
  • Loading branch information
voodoos authored May 17, 2024
2 parents 4fccc83 + e46a484 commit 94dea9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ocaml-lsp-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Check that Merlin and OCaml-LSP are co-installable
run: |
opam depext conf-jq # opam depext bug
opam --cli=2.1 pin --with-version=dev --no-action https://github.com/ocaml/ocaml-lsp.git
opam --cli=2.1 pin --with-version=dev --no-action .
opam install ocaml-lsp-server --with-test --ignore-constraints-on=merlin-lib
opam --cli=2.1 pin --with-version=dev --no-action https://github.com/voodoos/ocaml-lsp.git#5.2-preview
opam --cli=2.1 pin --with-version=5.0-502 --no-action .
opam install ocaml-lsp-server --with-test --ignore-constraints-on=ocamlformat

0 comments on commit 94dea9d

Please sign in to comment.