Skip to content

Commit

Permalink
Merge pull request #566 from patricoferris/fix-setup-ocaml
Browse files Browse the repository at this point in the history
Use setup-ocaml@v3 for trunk build
  • Loading branch information
patricoferris authored Feb 18, 2025
2 parents 8c3cf2c + 1eead41 commit 3cc021c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trunk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
cat "$GITHUB_OUTPUT"
- name: Install OCaml compiler
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 'ocaml-variants.5.3.0+trunk'
ocaml-compiler: 'ocaml-variants.5.3.1+trunk'
dune-cache: true
cache-prefix: ${{ steps.setup.outputs.cache_prefix }}

Expand Down

0 comments on commit 3cc021c

Please sign in to comment.