We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b89b36 + a69dd5e commit 1c9e767Copy full SHA for 1c9e767
1 file changed
.github/workflows/ci.yml
@@ -21,12 +21,8 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
24
- - name: Install Rust toolchain
25
- uses: dtolnay/rust-toolchain@stable
26
- with:
27
- components: clippy
28
-
29
- - uses: Swatinem/rust-cache@v2
+ - name: Update Rust toolchain
+ run: rustup update stable && rustup default stable && rustup component add clippy
30
31
- name: Clippy
32
run: cargo clippy --workspace --all-targets
0 commit comments