ci(github): make sure clippy is installed

This commit is contained in:
LGUG2Z
2025-10-01 16:04:28 -07:00
parent 1c23439f95
commit 3e9947c2e2

View File

@@ -47,6 +47,7 @@ jobs:
with:
fetch-depth: 0
- run: rustup toolchain install stable --profile minimal
- run: rustup component add --toolchain stable-x86_64-pc-windows-msvc clippy
- run: rustup toolchain install nightly --allow-downgrade -c rustfmt
- uses: Swatinem/rust-cache@v2
with: