Skip to content

Commit 6c3978f

Browse files
authored
Merge pull request #8711 from tautschnig/no-install-cmake
MacOS CI job: do not re-install CMake
2 parents 15b0003 + cc46051 commit 6c3978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ jobs:
706706
with:
707707
submodules: recursive
708708
- name: Fetch dependencies
709-
run: brew install cmake ninja maven flex bison ccache z3
709+
run: brew install ninja maven flex bison ccache z3
710710
- name: Confirm z3 solver is available and log the version installed
711711
run: z3 --version
712712
- name: Download cvc5 binary and make sure it can be deployed

0 commit comments

Comments
 (0)