Skip to content

Commit 17edb53

Browse files
committed
fix typo
1 parent 392a3ad commit 17edb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set-up OCaml
4949
uses: ocaml/setup-ocaml@v3
5050
with:
51-
ocaml-compiler: matrix.ocaml-compiler
51+
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5252

5353
# Remove this pin once a compatible version of Merlin has been released
5454
- name: Pin dev Merlin

0 commit comments

Comments
 (0)