Skip to content

Commit 23e23a6

Browse files
committed
setup-ocaml 3.0.0-beta
1 parent 70e25f7 commit 23e23a6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -214,24 +214,11 @@ jobs:
214214
chmod +x _build/install/default/bin/*
215215
216216
- name: Use OCaml ${{matrix.ocaml_compiler}}
217-
uses: ocaml/setup-ocaml@v2
218-
if: matrix.os != 'windows-latest'
217+
uses: ocaml/setup-ocaml@v3.0.0-beta
219218
with:
220219
ocaml-compiler: ${{matrix.ocaml_compiler}}
220+
allow-prerelease-opam: true
221221
opam-pin: false
222-
opam-depext: false
223-
224-
- name: Use OCaml ${{matrix.ocaml_compiler}} (Win)
225-
uses: ocaml/setup-ocaml@v2
226-
if: matrix.os == 'windows-latest'
227-
with:
228-
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-mingw
229-
opam-pin: false
230-
opam-depext: false
231-
opam-repositories: |
232-
windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0
233-
sunset: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
234-
default: https://github.com/ocaml/opam-repository.git
235222

236223
- name: "Install OPAM dependencies"
237224
run: opam install . --deps-only

0 commit comments

Comments
 (0)