From 3bb2bd1c43c81dfe270f5a36aacbddf6dc05a5fc Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Wed, 2 Oct 2024 15:23:38 +0800 Subject: [PATCH] ci: pin clippy to working version (#11401) --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 56a3613da53c..a547c986fe45 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,6 +24,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@clippy + with: + toolchain: nightly-2024-09-25 + components: clippy - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true