Skip to content

Commit 161b5ec

Browse files
committed
#3 make sure we have clippy
1 parent 3bd5404 commit 161b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
target
5050
key: unit-test-${{ runner.os }}-${{ matrix.toolchain}}
5151
- name: Set up Rust
52-
run: rustup default ${{ matrix.toolchain }} && rustup update ${{ matrix.toolchain }} --no-self-update
52+
run: rustup default ${{ matrix.toolchain }} && rustup update ${{ matrix.toolchain }} --no-self-update && rustup component add clippy
5353
- name: Rust version
5454
run: rustc -Vv
5555
- name: Install LLVM and Clang

0 commit comments

Comments
 (0)