Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jun 22, 2024
1 parent ce11c8e commit 413d3ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
node-version: lts/*

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@add-cygwin-reg
uses: ocaml/setup-ocaml@always-setup-cygwin
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true
Expand Down Expand Up @@ -126,13 +126,13 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/setup-ocaml@add-cygwin-reg
uses: ocaml/setup-ocaml@always-setup-cygwin
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

- uses: ocaml/setup-ocaml/lint-opam@add-cygwin-reg
- uses: ocaml/setup-ocaml/lint-opam@always-setup-cygwin
continue-on-error: true

lint-fmt:
Expand All @@ -142,10 +142,10 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/setup-ocaml@add-cygwin-reg
uses: ocaml/setup-ocaml@always-setup-cygwin
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

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

0 comments on commit 413d3ea

Please sign in to comment.