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 19, 2024
1 parent a825ec3 commit d5783ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
- name: Checkout tree
uses: actions/checkout@v4

- name: Set-up OCaml
uses: kit-ty-kate/setup-ocaml@win52
uses: ocaml/setup-ocaml@v3.0.0-alpha
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-local-packages: ${{ matrix.local-packages }}
Expand Down Expand Up @@ -119,10 +119,10 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: kit-ty-kate/setup-ocaml@win52
uses: ocaml/setup-ocaml@v3.0.0-alpha
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

- uses: kit-ty-kate/setup-ocaml/lint-opam@win52
- uses: ocaml/setup-ocaml/lint-opam@v3.0.0-alpha

0 comments on commit d5783ba

Please sign in to comment.