From 166bb79a13a3c5821f19b1844aef126acc7737d4 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 9 Aug 2024 19:34:31 +0200 Subject: [PATCH] remove unused step None of the items in the matrix have a `setup` step. We can just drop this now. --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 965f1dfa05ee..bc3f2ae21b82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,10 +114,6 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - name: Setup cross compile toolchain - if: ${{ matrix.setup }} - run: ${{ matrix.setup }} - - name: Install Rust (Stable) if: ${{ matrix.download }} run: |