Skip to content

Commit 4a917b1

Browse files
committed
CI: Add z3 package to macOS as a test dependency of c2rust-refactor
1 parent 0838064 commit 4a917b1

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
@@ -95,7 +95,7 @@ jobs:
9595
if: runner.os == 'macOS'
9696
run: |
9797
# `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
98+
brew install -q cmake ninja gpg llvm@${{ matrix.clang-version }} bash z3
9999
100100
- name: cargo build --release
101101
run: |

0 commit comments

Comments
 (0)