From 918eafcb975d8ed8b51d9a120c4001c2558288b6 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Thu, 26 Sep 2024 09:55:50 +0200 Subject: [PATCH] ci: pin clippy to working version --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7d9fc3a27ac..0c458e8eee28 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,6 +39,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly with: + toolchain: nightly-2024-09-25 components: clippy - uses: Swatinem/rust-cache@v2 with: