From 2141668d48ac5fd8e0a2fe428f24e642d90e3d66 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 a4476bed736b..614117320f6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,10 +117,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: |