Skip to content

Commit

Permalink
Upgrade ocaml in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Nov 27, 2024
1 parent 48ed05b commit 80796b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.2.0
ocaml-compiler: 5.2.1
dune-cache: true
- run: opam install . --deps-only --with-test --locked
- run: opam exec -- dune build
Expand Down

0 comments on commit 80796b8

Please sign in to comment.