We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a211216 commit f4bd771Copy full SHA for f4bd771
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/checkout@v4
25
- name: Install stable toolchain
26
uses: dtolnay/rust-toolchain@stable
27
+ - name: Install protoc
28
+ run: sudo apt-get install protobuf-compiler
29
- run: cargo clippy --all -- -D warnings
30
tests:
31
name: Test
@@ -33,4 +35,6 @@ jobs:
33
35
34
36
37
38
39
40
- run: cargo test --all-features
0 commit comments