Skip to content

Commit

Permalink
Fix CI by using setup-ocaml v3 for ocamlformat workflow (ocaml-flam…
Browse files Browse the repository at this point in the history
…bda#3426)

[CI] Use setup-ocaml v3 for ocamlformat workflow
  • Loading branch information
rtjoa authored Jan 6, 2025
1 parent eada0f1 commit 2de23a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocamlformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: 'flambda_backend'

- name: Setup OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 2de23a5

Please sign in to comment.