Skip to content

Commit

Permalink
Don't install musl-tools
Browse files Browse the repository at this point in the history
It seems like this isn't needed to compile for any of the `*-musl` targets because they don't need
to compile any C code.
  • Loading branch information
autarch committed Aug 25, 2024
1 parent 20299f9 commit 96668a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "J. Doe"
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
if: contains(matrix.platform.name, 'musl')
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit 96668a5

Please sign in to comment.