Skip to content

Commit 45cac4b

Browse files
committed
ci: Add clippy component for nightly
1 parent a05ac93 commit 45cac4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
run: |
9494
rustup toolchain install nightly
9595
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
96+
rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
9697
9798
- name: Configure Rust target (v6, v7, v8.b v8.m)
9899
run: |

0 commit comments

Comments
 (0)