We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146e168 commit 204e819Copy full SHA for 204e819
.github/workflows/tests.yml
@@ -26,6 +26,8 @@ jobs:
26
image: rust:1.83-bookworm
27
steps:
28
- uses: actions/checkout@v3
29
+ - name: Install protobuf compiler
30
+ run: apt-get update && apt-get install protobuf-compiler -y
31
- uses: actions/cache@v3
32
with:
33
path: |
@@ -50,6 +52,8 @@ jobs:
50
52
51
53
54
55
56
57
58
59
@@ -75,6 +79,8 @@ jobs:
75
79
76
80
77
81
82
83
78
84
85
86
0 commit comments