We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17edb53 commit 3b50beeCopy full SHA for 3b50bee
.github/workflows/build-and-test.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Remove this pin once a compatible version of Merlin has been released
54
- name: Pin dev Merlin
55
- run: opam pin https://github.com/voodoos/merlin.git#414-4.19-backports
+ run: opam pin --with-version 4.19-414 https://github.com/voodoos/merlin.git#414-4.19-backports
56
57
- name: Build and install dependencies
58
run: opam install .
0 commit comments