We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a10c5 commit e36da54Copy full SHA for e36da54
1 file changed
.github/workflows/ci.yml
@@ -30,12 +30,12 @@ jobs:
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
+ uses: extractions/setup-just@v3
37
with:
38
- just-version: 1.5.0
+ just-version: 1.40.0
39
40
- name: Check compilation
41
run: cargo check
0 commit comments