Skip to content

Commit

Permalink
ci/automation/pos-tests: add protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Aug 31, 2023
1 parent 55fd916 commit 7c6a55b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7c6a55b

Please sign in to comment.