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 392a3ad commit 17edb53Copy full SHA for 17edb53
.github/workflows/build-and-test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Set-up OCaml
49
uses: ocaml/setup-ocaml@v3
50
with:
51
- ocaml-compiler: matrix.ocaml-compiler
+ ocaml-compiler: ${{ matrix.ocaml-compiler }}
52
53
# Remove this pin once a compatible version of Merlin has been released
54
- name: Pin dev Merlin
0 commit comments