mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
CI: move to setup-ocaml v3
This commit is contained in:
parent
654fc823a7
commit
9ff0ac5d28
2 changed files with 4 additions and 4 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -11,9 +11,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
- uses: ocaml/setup-ocaml@v3
|
||||
with:
|
||||
ocaml-compiler: '5.1.x'
|
||||
ocaml-compiler: '5.2'
|
||||
dune-cache: true
|
||||
allow-prerelease-opam: true
|
||||
|
||||
|
|
|
|||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
- uses: ocaml/setup-ocaml@v3
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
dune-cache: true
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: ocaml/setup-ocaml@v2
|
||||
- uses: ocaml/setup-ocaml@v3
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
dune-cache: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue