Skip to content

Commit

Permalink
Install protoc for shared runners
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Oct 5, 2023
1 parent 2d3cb8b commit 7f117a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
timeout-minutes: 120
needs: scoping
strategy:
max-parallel: 2
fail-fast: false
max-parallel: 10
matrix:
provider: ${{ fromJSON(needs.scoping.outputs.build_list) }}
steps:
Expand All @@ -111,6 +112,10 @@ jobs:
- name: 'Set up gcloud CLI'
uses: 'google-github-actions/setup-gcloud@v1'

# Only for shared runners:
- name: 'Setup protoc'
uses: arduino/setup-protoc@v2

- name: 'Build dependencies'
run: |
make providers/proto
Expand Down

0 comments on commit 7f117a8

Please sign in to comment.