Skip to content

Commit 9d5e834

Browse files
committed
ci: on macOS, point rust at homebrew library directory for z3
1 parent 78d3990 commit 9d5e834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
- name: cargo test --release --workspace
107107
run: |
108108
export RUSTFLAGS="-D warnings"
109+
# add homebrew library path for z3
110+
export RUSTFLAGS="$RUSTFLAGS -Clink-args=-Wl,-rpath,$(brew --prefix z3)/lib"
109111
export RUSTDOCFLAGS="-D warnings"
110112
cargo test --release --workspace
111113
- name: Test translator

0 commit comments

Comments
 (0)