Skip to content

Commit 2e2ba3b

Browse files
committed
Fixing Clippy in CI workflow
1 parent 5b5ba84 commit 2e2ba3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
toolchain: nightly-2025-02-26
3030
components: clippy, rustfmt
31+
32+
- name: Install Clippy on prod toolchain
33+
run: rustup component add --toolchain 1.83.0-x86_64-unknown-linux-gnu clippy
3134

3235
- name: Install protoc
3336
run: sudo provisioning/protoc.sh

0 commit comments

Comments
 (0)