Skip to content

Commit

Permalink
Merge pull request #142 from blocklessnetwork/feature/linux_musl
Browse files Browse the repository at this point in the history
Feature/linux musl
  • Loading branch information
Joinhack authored Dec 29, 2024
2 parents 8153c47 + f299740 commit 46d0292
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 46d0292

Please sign in to comment.