Skip to content

Commit

Permalink
Merge pull request #1025 from ocsigen/setup-ocaml-v3
Browse files Browse the repository at this point in the history
Update ocaml/setup-ocaml to v3
  • Loading branch information
smorimoto committed Jul 2, 2024
2 parents 4a251f6 + 87f9b73 commit 68cf601
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3.0.0-beta1
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-local-packages: ${{ matrix.local-packages }}
allow-prerelease-opam: true

- run: opam install conf-libev
if: ${{ matrix.libev == true }}
Expand Down Expand Up @@ -116,10 +115,9 @@ jobs:
uses: actions/checkout@v4

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

- uses: ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
- uses: ocaml/setup-ocaml/lint-opam@v3

0 comments on commit 68cf601

Please sign in to comment.