Skip to content

Commit

Permalink
ci: set ocaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 18, 2024
1 parent 0cf91e5 commit 1dbf856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
- uses: taiki-e/install-action@just
# ocamlformat
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"

- run: rustup toolchain install stable --profile minimal
- run: rustup component add rustfmt clippy
Expand Down

0 comments on commit 1dbf856

Please sign in to comment.