We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d3990 commit 9d5e834Copy full SHA for 9d5e834
.github/workflows/ci.yml
@@ -106,6 +106,8 @@ jobs:
106
- name: cargo test --release --workspace
107
run: |
108
export RUSTFLAGS="-D warnings"
109
+ # add homebrew library path for z3
110
+ export RUSTFLAGS="$RUSTFLAGS -Clink-args=-Wl,-rpath,$(brew --prefix z3)/lib"
111
export RUSTDOCFLAGS="-D warnings"
112
cargo test --release --workspace
113
- name: Test translator
0 commit comments