Skip to content

Commit

Permalink
fix musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Feb 7, 2024
1 parent 5601381 commit 06bbbb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
key: cargo-release-${{ matrix.build }}-${{ matrix.feature }}-${{ hashFiles('**/Cargo.toml') }}
restore-keys: cargo-release-${{ matrix.build }}-${{ matrix.feature }}-

- if: ${{ contains(matrix.target, '-musl')}}
run: sudo apt install musl-tools

- uses: dtolnay/rust-toolchain@nightly
with:
targets: "${{ matrix.target }}"
Expand Down

0 comments on commit 06bbbb8

Please sign in to comment.