Skip to content

Commit

Permalink
Try updating setup-ocaml in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gridbugs committed Jan 30, 2025
1 parent abf9300 commit acda91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14.1
opam-pin: false
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt update
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14.1
- run: opam install ppx_inline_test ppx_expect
Expand Down

0 comments on commit acda91d

Please sign in to comment.