We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5ba84 commit 2e2ba3bCopy full SHA for 2e2ba3b
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
with:
29
toolchain: nightly-2025-02-26
30
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
34
35
- name: Install protoc
36
run: sudo provisioning/protoc.sh
0 commit comments