chore: update CD workflow

This commit is contained in:
Alexandre Pasmantier 2024-11-16 16:50:36 +01:00 committed by GitHub
parent 900bfa50b9
commit d50337b5c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,12 @@ jobs:
with: with:
toolchain: nightly toolchain: nightly
target: ${{ env.TARGET }} target: ${{ env.TARGET }}
# for some reason, the above action doesn't seem to set the target correctly
- name: Add rustup target
shell: bash
run: |
rustup target add x86_64-unknown-linux-musl
- name: Install cargo-deb - name: Install cargo-deb
shell: bash shell: bash