Skip to content

Commit 413d3ea

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

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@add-cygwin-reg
80+
uses: ocaml/setup-ocaml@always-setup-cygwin
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@add-cygwin-reg
129+
uses: ocaml/setup-ocaml@always-setup-cygwin
130130
with:
131131
ocaml-compiler: "5.2"
132132
allow-prerelease-opam: true
133133
dune-cache: true
134134

135-
- uses: ocaml/setup-ocaml/lint-opam@add-cygwin-reg
135+
- uses: ocaml/setup-ocaml/lint-opam@always-setup-cygwin
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@add-cygwin-reg
145+
uses: ocaml/setup-ocaml@always-setup-cygwin
146146
with:
147147
ocaml-compiler: "5.2"
148148
allow-prerelease-opam: true
149149
dune-cache: true
150150

151-
- uses: ocaml/setup-ocaml/lint-fmt@add-cygwin-reg
151+
- uses: ocaml/setup-ocaml/lint-fmt@always-setup-cygwin

0 commit comments

Comments
 (0)