Skip to content

Commit e22d277

Browse files
committed
Don't remove rustfmt wrapper
1 parent c074547 commit e22d277

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
rustup toolchain install ${{ matrix.rust }} --profile=minimal
2323
rustup override set ${{ matrix.rust }}
2424
25-
- name: Install rustfmt + clippy
26-
if: matrix.rust == 'stable'
27-
run: |
28-
# remove non-rustup-managed versions already present in default image
29-
rm -f /home/runner/.cargo/bin/{rustfmt,cargo-fmt}
30-
31-
rustup toolchain install ${{ matrix.rust }} --profile=minimal --component=clippy,rustfmt
32-
3325
- name: Check Fmt
3426
if: matrix.rust == 'stable'
3527
run: cargo fmt --check

0 commit comments

Comments
 (0)