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 53cafc0 commit 6c75023Copy full SHA for 6c75023
.github/workflows/ci.yml
@@ -26,11 +26,11 @@ jobs:
26
- name: Install Rust toolchain
27
uses: dtolnay/rust-toolchain@master
28
with:
29
- toolchain: nightly-2025-02-26
+ toolchain: 1.83
30
components: clippy, rustfmt
31
32
- name: Install protoc
33
- run: sudo apt-get install protobuf-compiler
+ run: sudo provisioning/protoc.sh
34
35
- name: Setup just
36
uses: extractions/setup-just@v2
0 commit comments