From 0fe5e081e258a9bea1eeffda4a2bcd30fb6563c3 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Thu, 2 Jan 2025 16:00:25 +0100 Subject: [PATCH] chore: install protobuf for release please Signed-off-by: Gustavo Inacio --- .github/workflows/release_please.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index c29f7dde..8fe6a281 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -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: |