We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd5404 commit 161b5ecCopy full SHA for 161b5ec
.github/workflows/rust.yml
@@ -49,7 +49,7 @@ jobs:
49
target
50
key: unit-test-${{ runner.os }}-${{ matrix.toolchain}}
51
- name: Set up Rust
52
- run: rustup default ${{ matrix.toolchain }} && rustup update ${{ matrix.toolchain }} --no-self-update
+ run: rustup default ${{ matrix.toolchain }} && rustup update ${{ matrix.toolchain }} --no-self-update && rustup component add clippy
53
- name: Rust version
54
run: rustc -Vv
55
- name: Install LLVM and Clang
0 commit comments