Skip to content

Commit ce11c8e

Browse files
committed
_
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 978b473 commit ce11c8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
node-version: lts/*
7878

7979
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
80-
uses: ocaml/setup-ocaml@v3.0.0-alpha
80+
uses: ocaml/setup-ocaml@add-cygwin-reg
8181
with:
8282
ocaml-compiler: ${{ matrix.ocaml-compiler }}
8383
allow-prerelease-opam: true
@@ -126,13 +126,13 @@ jobs:
126126
uses: actions/checkout@v4
127127

128128
- name: Set-up OCaml
129-
uses: ocaml/setup-ocaml@v3.0.0-alpha
129+
uses: ocaml/setup-ocaml@add-cygwin-reg
130130
with:
131131
ocaml-compiler: "5.2"
132132
allow-prerelease-opam: true
133133
dune-cache: true
134134

135-
- uses: ocaml/setup-ocaml/lint-opam@v3.0.0-alpha
135+
- uses: ocaml/setup-ocaml/lint-opam@add-cygwin-reg
136136
continue-on-error: true
137137

138138
lint-fmt:
@@ -142,10 +142,10 @@ jobs:
142142
uses: actions/checkout@v4
143143

144144
- name: Set-up OCaml
145-
uses: ocaml/setup-ocaml@v3.0.0-alpha
145+
uses: ocaml/setup-ocaml@add-cygwin-reg
146146
with:
147147
ocaml-compiler: "5.2"
148148
allow-prerelease-opam: true
149149
dune-cache: true
150150

151-
- uses: ocaml/setup-ocaml/lint-fmt@v3.0.0-alpha
151+
- uses: ocaml/setup-ocaml/lint-fmt@add-cygwin-reg

0 commit comments

Comments
 (0)