Skip to content

Commit

Permalink
remove unused step
Browse files Browse the repository at this point in the history
None of the items in the matrix have a `setup` step. We can just drop
this now.
  • Loading branch information
RobinMalfait committed Aug 9, 2024
1 parent b2504da commit 2141668
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2141668

Please sign in to comment.