Skip to content

Commit b998b55

Browse files
committed
CI: Add z3 package to macOS as a test dependency of c2rust-refactor
1 parent 33e366e commit b998b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
# `cmake` needed, but should be already installed.
9494
# `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
95+
brew install -q ninja gpg llvm@${{ matrix.clang-version }} bash z3
9696
9797
- name: cargo build --release
9898
run: |

0 commit comments

Comments
 (0)