Skip to content

Commit

Permalink
Add musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Mar 23, 2024
1 parent 8c8d156 commit d13e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
run: sudo apt-get install -y libasound2-dev musl-tools
- name: Rustup Toolchain
run: rustup toolchain install --force-non-host stable-x86_64-unknown-linux-musl
- name: Rustup Target
Expand Down

0 comments on commit d13e466

Please sign in to comment.