File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -143,11 +143,23 @@ jobs:
143
143
144
144
- name : Use OCaml ${{matrix.ocaml_compiler}}
145
145
uses : ocaml/setup-ocaml@v2
146
+ if : matrix.os != 'windows-latest'
146
147
with :
147
148
ocaml-compiler : ${{matrix.ocaml_compiler}}
148
149
opam-pin : false
149
150
opam-depext : false
150
151
152
+ - name : Use OCaml ${{matrix.ocaml_compiler}} (Win)
153
+ uses : ocaml/setup-ocaml@v2
154
+ if : matrix.os == 'windows-latest'
155
+ with :
156
+ ocaml-compiler : ${{matrix.ocaml_compiler}}
157
+ opam-pin : false
158
+ opam-depext : false
159
+ opam-repositories : |
160
+ opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
161
+ default: https://github.com/ocaml/opam-repository.git
162
+
151
163
- name : " Install OPAM dependencies"
152
164
run : opam install . --deps-only
153
165
Original file line number Diff line number Diff line change 1
1
profile = default
2
- version = 0.22.4
2
+ version = 0.26.1
3
3
4
4
field-space = tight-decl
5
5
break-cases = toplevel
Original file line number Diff line number Diff line change 21
21
( ocaml
22
22
( >= 4 .10) )
23
23
( ocamlformat
24
- ( = 0 .22.4 ) )
24
+ ( = 0 .26.1 ) )
25
25
( cppo
26
26
( = 1 .6.9) )
27
27
( js_of_ocaml-compiler
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
10
"ocaml" {>= "4.10"}
11
- "ocamlformat" {= "0.22.4 "}
11
+ "ocamlformat" {= "0.26.1 "}
12
12
"cppo" {= "1.6.9"}
13
13
"js_of_ocaml-compiler" {= "4.0.0"}
14
14
"ounit2" {= "2.2.6"}
You can’t perform that action at this time.
0 commit comments