We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b0003 commit cc46051Copy full SHA for cc46051
.github/workflows/pull-request-checks.yaml
@@ -706,7 +706,7 @@ jobs:
706
with:
707
submodules: recursive
708
- name: Fetch dependencies
709
- run: brew install cmake ninja maven flex bison ccache z3
+ run: brew install ninja maven flex bison ccache z3
710
- name: Confirm z3 solver is available and log the version installed
711
run: z3 --version
712
- name: Download cvc5 binary and make sure it can be deployed
0 commit comments