Skip to content

Commit

Permalink
🧹 make sure protoc is installed (#4486)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
  • Loading branch information
imilchev authored Aug 6, 2024
1 parent d7f5fc4 commit 29f101f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
go-version: ">=${{ env.golang-version }}"
cache: false

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
go-version: ">=${{ env.golang-version }}"
cache: false

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Check for provider updates
id: update-providers
run: |
Expand Down

0 comments on commit 29f101f

Please sign in to comment.