Skip to content

Commit

Permalink
Also add musl fix for release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Nov 26, 2022
1 parent 86a874d commit 0ff3c3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
rustflags:
steps:
- uses: actions/checkout@v3
- if: ${{ contains(matrix.target, '-musl') }}
run: sudo apt-get install musl-tools
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -151,6 +153,8 @@ jobs:
rustflags:
steps:
- uses: actions/checkout@v3
- if: ${{ contains(matrix.target, '-musl') }}
run: sudo apt-get install musl-tools
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 0ff3c3a

Please sign in to comment.