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: |