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
No known key found for this signature in database
GPG Key ID: 8A2B84C1466CDF50

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