We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6117219 commit c0f591dCopy full SHA for c0f591d
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