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 6c20f9b commit c37785bCopy full SHA for c37785b
.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
+ echo "Z3_SYS_Z3_HEADER=/opt/homebrew/include/z3.h" >> $GITHUB_ENV
97
98
- name: cargo build --release
99
0 commit comments