ci: pin clippy to working version (#11237)

This commit is contained in:
Federico Gimenez
2024-09-26 10:10:57 +02:00
committed by GitHub
parent 20d695031a
commit 4a05826097

View File

@ -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: