Skip to content

Commit e3fb41a

Browse files
fw-immunantahomescu
authored andcommitted
ci: on macOS, point rust at homebrew library directory for z3
1 parent 78e46ff commit e3fb41a

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-arg=-L/opt/homebrew/lib -Clink-arg=-Wl,-rpath,/opt/homebrew/lib"
109111
export RUSTDOCFLAGS="-D warnings"
110112
cargo test --release --workspace
111113
- name: Test translator

0 commit comments

Comments
 (0)