Skip to content

Commit c351a8f

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ 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
96+
export Z3_SYS_Z3_HEADER=/opt/homebrew/include/z3.h
9697
9798
- name: cargo build --release
9899
run: |

0 commit comments

Comments
 (0)