From accff773fc45510682d8a96c9e31b8b3f9578590 Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Wed, 2 Oct 2024 10:58:43 +0800 Subject: [PATCH] ci: pin clippy to working version --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0c458e8eee28..4bab77b915ee 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