Skip to content

Commit

Permalink
Use the correct compiler in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Dec 27, 2023
1 parent 78183f1 commit b10d90e
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.1.0
ocaml-compiler: 5.1.1
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest

0 comments on commit b10d90e

Please sign in to comment.