From 7640e3255f9e0c4fb7aed4f16a9b9b609fff3145 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 26 Jan 2023 12:38:38 +0000 Subject: [PATCH] ci: remove unnecessary rustfmt check steps `cargo fmt` is already pre-installed in ubuntu-latest --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b18e90963..71a572ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - run: rustup component add rustfmt - - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@v2 - run: cargo fmt --all -- --check run_clippy: