We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0acd97d + 97e615f commit 8646bfaCopy full SHA for 8646bfa
.github/workflows/pull-request-checks.yaml
@@ -592,7 +592,10 @@ jobs:
592
with:
593
submodules: recursive
594
- name: Fetch dependencies
595
- run: brew install maven flex bison parallel ccache z3
+ run: |
596
+ # maven is already installed and upgrading to a newer version yields
597
+ # symlink conflicts as previously reported in https://github.com/actions/runner-images/issues/4020
598
+ brew install flex bison parallel ccache z3
599
- name: Confirm z3 solver is available and log the version installed
600
run: z3 --version
601
- name: Download cvc5 binary and make sure it can be deployed
0 commit comments