Skip to content

Commit

Permalink
Install z3 on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Jul 1, 2024
1 parent 2c3c65d commit fbc6d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
if: steps.cache-opam.outputs.cache-hit != 'true'
run: |
opam install . --deps-only --with-test --with-doc
opam install smtml z3
opam clean --switch-cleanup
- name: build
run: |
Expand Down

0 comments on commit fbc6d44

Please sign in to comment.