From 857759ab2eb5bb513529438a1f8a27b5309a1c1b Mon Sep 17 00:00:00 2001 From: Feathbow Date: Mon, 31 Aug 2026 11:05:07 +0100 Subject: [PATCH] chore(ci): every toolchain step installs the components the toolchain file demands Signed-off-by: Feathbow --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bfa6a258..7b687d77f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: rustfmt + components: rustfmt, clippy - name: Check formatting run: cargo fmt --all --check @@ -103,6 +103,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Check locked Cargo metadata run: cargo metadata --locked --no-deps --format-version 1 @@ -137,6 +138,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -168,7 +170,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: clippy + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -205,6 +207,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -237,6 +240,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -282,7 +286,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: clippy + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -369,7 +373,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: clippy + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10