From e77e673721b5f725cc16d355f405d4a85ef098e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Tomi=C4=87?= Date: Fri, 4 Oct 2024 16:49:40 +0200 Subject: [PATCH] fix(ci): Add a darwin rustup target explicitly before building darwin binaries (#987) --- .github/workflows/prepare-release/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prepare-release/action.yaml b/.github/workflows/prepare-release/action.yaml index f33ee83b0..175774978 100644 --- a/.github/workflows/prepare-release/action.yaml +++ b/.github/workflows/prepare-release/action.yaml @@ -12,6 +12,7 @@ runs: - name: "🔨 Build binaries for other targets" shell: bash run: | + rustup target add x86_64-apple-darwin cargo drecross - name: "⚒️ Extract binaries from bazel, so they can be pushed as GitHub artifacts in the next steps" shell: bash