Skip to content

Commit

Permalink
Fix ocaml compiler in build
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Jul 25, 2024
1 parent d546b90 commit 2104db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.0.0
ocaml-compiler: 5.2.0
- name: Install dependencies
run: |
eval $(opam env)
Expand Down

0 comments on commit 2104db2

Please sign in to comment.