From 5232abc1d5761ea0cb58b1e52a2f09416de77956 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:11:32 +0100 Subject: [PATCH] ci: update stable toolchain for clippy --- .github/workflows/test-and-lint.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yaml b/.github/workflows/test-and-lint.yaml index ca5138f..20f91d4 100644 --- a/.github/workflows/test-and-lint.yaml +++ b/.github/workflows/test-and-lint.yaml @@ -14,7 +14,10 @@ jobs: # we use some nightly rustfmt features, so we need nightly toolchain - uses: dtolnay/rust-toolchain@nightly with: - components: clippy, rustfmt + components: rustfmt + - uses: dtolnay/rust-toolchain@stable + with: + components: clippy - name: Install OS dependencies run: |