Skip to content

Commit

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

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

0 comments on commit 075db78

Please sign in to comment.