From 39db0f4e2be12aa3ae50c646af92929d668ccceb Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Sat, 21 Sep 2024 13:40:37 +0200 Subject: [PATCH] apt install protobuf-compiler --- .github/workflows/documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 70834db..4519cff 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,6 +19,10 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install the required dependencies + run: | + apt install protobuf-compiler + - name: Checkout repository uses: actions/checkout@v4 with: