We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d692c commit b587b9fCopy full SHA for b587b9f
.github/workflows/ci.yml
@@ -55,8 +55,23 @@ jobs:
55
56
- name: Use OCaml
57
uses: ocaml/setup-ocaml@v2
58
+ if: matrix.os != 'windows-latest'
59
with:
- ocaml-compiler: 4.14.x
60
+ ocaml-compiler: 5.1.1
61
+ opam-pin: false
62
+ opam-depext: false
63
+
64
+ - name: Use OCaml (Windows)
65
+ uses: ocaml/setup-ocaml@v2
66
+ if: matrix.os == 'windows-latest'
67
+ with:
68
+ ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-mingw
69
70
71
+ opam-repositories: |
72
+ windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0
73
+ sunset: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
74
+ default: https://github.com/ocaml/opam-repository.git
75
76
- name: Use Node.js
77
uses: actions/setup-node@v4
0 commit comments