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 1342145 commit c351a8fCopy full SHA for c351a8f
.github/workflows/ci.yml
@@ -92,7 +92,8 @@ jobs:
92
run: |
93
# `cmake` needed, but should be already installed.
94
# `bash` needed b/c macOS ships with bash 3, which doesn't support arrays properly.
95
- brew install -q ninja gpg llvm@${{ matrix.clang-version }} bash
+ brew install -q ninja gpg llvm@${{ matrix.clang-version }} bash z3
96
+ export Z3_SYS_Z3_HEADER=/opt/homebrew/include/z3.h
97
98
- name: cargo build --release
99
0 commit comments