Skip to content

Commit

Permalink
fix: install x86_64-unknown-linux-gnu toolchain for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Jun 26, 2024
1 parent 9c34ce3 commit c287591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
with:
fetch-depth: ${{ env.FETCH_DEPTH }}

- name: Install Rust toolchain
run: |
rustup update --no-self-update stable
rustup target add x86_64-unknown-linux-gnu
rustup component add rust-src
- name: Dist
run: cargo xtask dist

Expand Down

0 comments on commit c287591

Please sign in to comment.