From d50337b5c51c45f48a5a09431ff1b85c45964da2 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:50:36 +0100 Subject: [PATCH] chore: update CD workflow --- .github/workflows/cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b56c02f..11c0af3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -174,6 +174,12 @@ jobs: with: toolchain: nightly 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 shell: bash