Skip to content

Commit f03ef18

Browse files
authored
Fix 5.4 CI
1 parent adf029c commit f03ef18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set-up OCaml
4646
uses: ocaml/setup-ocaml@v3
4747
with:
48-
ocaml-compiler: "ocaml-variants.5.4.0+trunk"
48+
ocaml-compiler: "5.4"
4949

5050
# Remove this pin once a compatible version of Merlin has been released
5151
- name: Pin dev Merlin
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set-up OCaml
8282
uses: ocaml/setup-ocaml@v3
8383
with:
84-
ocaml-compiler: "ocaml-variants.5.4.0+trunk"
84+
ocaml-compiler: "5.4"
8585

8686
- name: Set git user
8787
run: |

0 commit comments

Comments
 (0)