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 78e46ff commit e3fb41aCopy full SHA for e3fb41a
.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-arg=-L/opt/homebrew/lib -Clink-arg=-Wl,-rpath,/opt/homebrew/lib"
111
export RUSTDOCFLAGS="-D warnings"
112
cargo test --release --workspace
113
- name: Test translator
0 commit comments