Skip to content

Commit b9a40a3

Browse files
committed
Update CI after 5.4 release
1 parent 3b38020 commit b9a40a3

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Remove this pin once a compatible version of Merlin has been released
5151
- name: Pin dev Merlin
52-
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#504-rebase
52+
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#main
5353

5454
- name: Build and install dependencies
5555
run: opam install .
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Remove this pin once a compatible version of Merlin has been released
9292
- name: Pin dev Merlin
93-
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#504-rebase
93+
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#main
9494

9595
- name: Install dependencies
9696
run: |

0 commit comments

Comments
 (0)