Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Aug 16, 2024
1 parent cfa5f8c commit 336860d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.13.1
- run: opam install dune
- run: |
opam install dune
eval $(opam env)
- run: opam install ppx_deriving visitors easy_logging zarith yojson core_unix odoc menhir
- run: make build
- run: make test

0 comments on commit 336860d

Please sign in to comment.