We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5d4ec commit e129fd3Copy full SHA for e129fd3
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - name: Install protoc
20
+ run: apt-get install protobuf-compiler
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments