Skip to content

Commit

Permalink
Install protoc in ubuntu-latest only
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 committed Aug 6, 2024
1 parent 075db78 commit 2e533df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ jobs:
version: v1.25.0

- name: Install protoc
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
Expand Down

0 comments on commit 2e533df

Please sign in to comment.