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 0838064 commit 4a917b1Copy full SHA for 4a917b1
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
if: runner.os == 'macOS'
96
run: |
97
# `bash` needed b/c macOS ships with bash 3, which doesn't support arrays properly
98
- brew install -q cmake ninja gpg llvm@${{ matrix.clang-version }} bash
+ brew install -q cmake ninja gpg llvm@${{ matrix.clang-version }} bash z3
99
100
- name: cargo build --release
101
0 commit comments