Skip to content

Commit 96a865f

Browse files
committed
💚 Ensure clippy is installed
1 parent 543eef4 commit 96a865f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Use Rust ${{matrix.rust-version}}
3939
if: matrix.rust-version != 'stable'
4040
run: rustup override set '${{matrix.rust-version}}'
41+
- name: Install Components
42+
if: matrix.rust-version != 'stable'
43+
run: rustup component add clippy
4144
- name: Build
4245
run: cargo build --workspace --all-features
4346
- name: Check

0 commit comments

Comments
 (0)