Commit ce11c8e 1 parent 978b473 commit ce11c8e Copy full SHA for ce11c8e
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
77
node-version : lts/*
78
78
79
79
- name : Set-up OCaml ${{ matrix.ocaml-compiler }}
80
- uses : ocaml/setup-ocaml@v3.0.0-alpha
80
+ uses : ocaml/setup-ocaml@add-cygwin-reg
81
81
with :
82
82
ocaml-compiler : ${{ matrix.ocaml-compiler }}
83
83
allow-prerelease-opam : true
@@ -126,13 +126,13 @@ jobs:
126
126
uses : actions/checkout@v4
127
127
128
128
- name : Set-up OCaml
129
- uses : ocaml/setup-ocaml@v3.0.0-alpha
129
+ uses : ocaml/setup-ocaml@add-cygwin-reg
130
130
with :
131
131
ocaml-compiler : " 5.2"
132
132
allow-prerelease-opam : true
133
133
dune-cache : true
134
134
135
- - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-alpha
135
+ - uses : ocaml/setup-ocaml/lint-opam@add-cygwin-reg
136
136
continue-on-error : true
137
137
138
138
lint-fmt :
@@ -142,10 +142,10 @@ jobs:
142
142
uses : actions/checkout@v4
143
143
144
144
- name : Set-up OCaml
145
- uses : ocaml/setup-ocaml@v3.0.0-alpha
145
+ uses : ocaml/setup-ocaml@add-cygwin-reg
146
146
with :
147
147
ocaml-compiler : " 5.2"
148
148
allow-prerelease-opam : true
149
149
dune-cache : true
150
150
151
- - uses : ocaml/setup-ocaml/lint-fmt@v3.0.0-alpha
151
+ - uses : ocaml/setup-ocaml/lint-fmt@add-cygwin-reg
You can’t perform that action at this time.
0 commit comments