File tree 2 files changed +17
-2
lines changed
analysis/vendor/res_syntax
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : Use OCaml
57
57
uses : ocaml/setup-ocaml@v2
58
+ if : matrix.os != 'windows-latest'
58
59
with :
59
- 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
+ opam-pin : false
70
+ opam-depext : false
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
60
75
61
76
- name : Use Node.js
62
77
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1
- open Ast_helper
1
+ open ! Ast_helper
2
2
open Ast_mapper
3
3
open Asttypes
4
4
open Parsetree
You can’t perform that action at this time.
0 commit comments