Skip to content

Commit

Permalink
Let the actions-rust-cross action install musl
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Aug 25, 2024
1 parent aff941a commit 5a077b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,8 @@ 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
uses: houseabsolute/actions-rust-cross@musl
with:
command: "build"
target: ${{ matrix.platform.target }}
Expand Down

0 comments on commit 5a077b9

Please sign in to comment.