We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eee27 commit 8d3f9bdCopy full SHA for 8d3f9bd
1 file changed
.github/workflows/ci.yaml
@@ -16,5 +16,8 @@ jobs:
16
with:
17
submodules: recursive
18
19
+ - name: Install protoc
20
+ run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
21
+
22
- name: Run tests
23
uses: frequenz-floss/gh-action-cargo-test@v1.0.0
0 commit comments