Skip to content

Commit a1a0a41

Browse files
better
1 parent 3399fa2 commit a1a0a41

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
- name: Install rust
1919
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
2020
with:
21-
toolchain: ${{ env.RUST_VERSION }}
22-
targets: ${{ inputs.target }}
23-
24-
- run: rustup component add clippy
21+
toolchain: stable
22+
components: clippy
2523

2624
- name: Clippy check
2725
shell: bash

0 commit comments

Comments
 (0)