Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Oct 18, 2024
1 parent 23283e7 commit 9bcae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install . --deps-only --with-test
- run: opam install core_bench core_unix
- run: opam install core_bench core_unix memtrace csv
- run: opam exec -- dune build
- run: opam exec -- dune runtest

0 comments on commit 9bcae05

Please sign in to comment.