Skip to content

Commit

Permalink
Update ocaml-install action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
na4zagin3 authored Dec 14, 2024
1 parent 67755f3 commit 03ffe8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ jobs:
echo "::set-output name=opam-repo-default::$(echo "$DEFAULT_OPAM_REPO")"
- name: Setup OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
dune-cache: true
cache-prefix: "snapshot-${{ matrix.snapshot }}"

opam-depext: false
opam-pin: false

opam-repositories: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
private_key: ${{ secrets.SG_REPO_GH_APP_PRIV_KEY }}

- name: Setup OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.12
dune-cache: true

opam-depext: false
opam-pin: false

- name: Install OCaml dependencies
Expand Down

0 comments on commit 03ffe8a

Please sign in to comment.