Skip to content

Commit

Permalink
ci: add protobuf compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Dec 26, 2024
1 parent 2026e43 commit 27dabc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
image: rust:1.83-bookworm
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
run: apt-get update && apt-get install protobuf-compiler -y
- uses: actions/cache@v3
with:
path: |
Expand All @@ -50,6 +52,8 @@ jobs:
image: rust:1.83-bookworm
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
run: apt-get update && apt-get install protobuf-compiler -y
- uses: actions/cache@v3
with:
path: |
Expand All @@ -75,6 +79,8 @@ jobs:
image: rust:1.83-bookworm
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
run: apt-get update && apt-get install protobuf-compiler -y
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 27dabc9

Please sign in to comment.