We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78682a commit 56ce545Copy full SHA for 56ce545
.github/workflows/rust.yml
@@ -17,6 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Build
20
+ run: apt install protobuf-compiler
21
run: cargo build --verbose
22
- name: Run tests
23
run: cargo test --verbose
0 commit comments