diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 3c52aac6a1..17b2a1c2db 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -108,6 +108,11 @@ jobs: if: steps.check.outputs.triggered == 'true' with: ref: ${{ steps.comment-branch.outputs.head_ref }} + - name: Install Protoc + uses: arduino/setup-protoc@v1 + if: steps.check.outputs.triggered == 'true' + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run task ${{ matrix.make.name }} if: steps.check.outputs.triggered == 'true' run: ${{ matrix.make.command }}