From e46a484155d990c93737fed5d80bb3a5f55551d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Fri, 17 May 2024 10:19:14 +0200 Subject: [PATCH] Use compat branch in lsp compat check --- .github/workflows/ocaml-lsp-compat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ocaml-lsp-compat.yml b/.github/workflows/ocaml-lsp-compat.yml index 79a2641f2..6c0e05a8a 100644 --- a/.github/workflows/ocaml-lsp-compat.yml +++ b/.github/workflows/ocaml-lsp-compat.yml @@ -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