Skip to content

Commit 6af1add

Browse files
authored
chore: install protobuf for release please (#257)
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent f7dba41 commit 6af1add

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
4545
steps:
4646
- uses: actions/checkout@v3
47+
- name: Install protobuf compiler
48+
run: apt-get update && apt-get install protobuf-compiler -y
4749
- uses: actions/cache@v3
4850
with:
4951
path: |

0 commit comments

Comments
 (0)