Skip to content

Commit

Permalink
OCaml 5
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 13, 2024
1 parent 615896f commit 990b774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4
ocaml-compiler: 5
- run: corepack enable
- run: yarn install --immutable
- run: opam install . --deps-only
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4
ocaml-compiler: 5
- uses: ocaml/setup-ocaml/lint-fmt@v3

lint-opam:
Expand All @@ -46,5 +46,5 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4
ocaml-compiler: 5
- uses: ocaml/setup-ocaml/lint-opam@v3

0 comments on commit 990b774

Please sign in to comment.