Skip to content

Commit

Permalink
fix the dl symbol issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Dec 28, 2024
1 parent da3947f commit cb2dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build runtime
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: "-C link-arg=-L/usr/local/lib"
RUSTFLAGS: "-C link-arg=-L/usr/local/lib -C link-arg=-ldl"
LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:/usr/local/lib"
DYLD_LIBRARY_PATH: "$DYLD_LIBRARY_PATH:/usr/local/lib"
AARCH64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR: /usr/local/include
Expand Down

0 comments on commit cb2dc5c

Please sign in to comment.