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 29, 2024
1 parent cb2dc5c commit 7f5d6a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
sed "2 s/linker.*/linker = \"\/aarch64-linux-musl-cross\/bin\/aarch64-linux-musl-gcc\"/" .cargo/config.toml > tmp.toml
mv tmp.toml .cargo/config.toml
cat .cargo/config.toml
- name: Install Libc
run: |
apt
sudo apt install libc6-dev
if: matrix.arch == "ubuntu-20.04"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 7f5d6a9

Please sign in to comment.