Skip to content

Commit

Permalink
add musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-taxiera committed Jul 9, 2024
1 parent f7ff1e8 commit d986a5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2

- 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 d986a5b

Please sign in to comment.