Skip to content

Commit

Permalink
Add musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Sep 21, 2024
1 parent cf1a571 commit 0c8a71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt install -y gcc-aarch64-linux-gnu
sudo apt install -y musl-tools
rustup target add x86_64-unknown-linux-musl
rustup target add aarch64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl --release
Expand Down

0 comments on commit 0c8a71e

Please sign in to comment.