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 33e366e commit b998b55Copy full SHA for b998b55
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ 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
97
- name: cargo build --release
98
0 commit comments