File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -214,24 +214,11 @@ jobs:
214
214
chmod +x _build/install/default/bin/*
215
215
216
216
- 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
219
218
with :
220
219
ocaml-compiler : ${{matrix.ocaml_compiler}}
220
+ allow-prerelease-opam : true
221
221
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
235
222
236
223
- name : " Install OPAM dependencies"
237
224
run : opam install . --deps-only
You can’t perform that action at this time.
0 commit comments