Skip to content

Commit c8eacc1

Browse files
authored
Merge pull request #341 from hhugo/setup-beta
Upgrade setup-ocaml
2 parents 83f01fe + 3c8f841 commit c8eacc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
51-
uses: ocaml/setup-ocaml@v3.0.0-alpha
51+
uses: ocaml/setup-ocaml@v3.0.0-beta
5252
with:
5353
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5454
allow-prerelease-opam: true

0 commit comments

Comments
 (0)