Skip to content

Commit

Permalink
Use setup-ocaml@v3 for trunk build and bump to 5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Ferris <[email protected]>
  • Loading branch information
patricoferris committed Feb 18, 2025
1 parent efea0fc commit 9ae4923
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.4.0+trunk'
dune-cache: true
cache-prefix: ${{ steps.setup.outputs.cache_prefix }}

Expand Down

0 comments on commit 9ae4923

Please sign in to comment.