Skip to content

Commit

Permalink
chore: install protobuf for release please
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Jan 2, 2025
1 parent cfa4a06 commit 0fe5e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
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 0fe5e08

Please sign in to comment.