fix: install x86_64-unknown-linux-gnu toolchain for musl

This commit is contained in:
Luc Georges
2024-06-26 11:19:10 +02:00
parent 9c34ce39a0
commit c287591c6a

View File

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