Skip to content

Commit 204e819

Browse files
committed
ci: add protobuf compiler
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 146e168 commit 204e819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
image: rust:1.83-bookworm
2727
steps:
2828
- uses: actions/checkout@v3
29+
- name: Install protobuf compiler
30+
run: apt-get update && apt-get install protobuf-compiler -y
2931
- uses: actions/cache@v3
3032
with:
3133
path: |
@@ -50,6 +52,8 @@ jobs:
5052
image: rust:1.83-bookworm
5153
steps:
5254
- uses: actions/checkout@v3
55+
- name: Install protobuf compiler
56+
run: apt-get update && apt-get install protobuf-compiler -y
5357
- uses: actions/cache@v3
5458
with:
5559
path: |
@@ -75,6 +79,8 @@ jobs:
7579
image: rust:1.83-bookworm
7680
steps:
7781
- uses: actions/checkout@v3
82+
- name: Install protobuf compiler
83+
run: apt-get update && apt-get install protobuf-compiler -y
7884
- uses: actions/cache@v3
7985
with:
8086
path: |

0 commit comments

Comments
 (0)