Skip to content

Commit

Permalink
.github: install protoc et al. in CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Jun 4, 2024
1 parent f2e5923 commit 1f221a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- run: |
make install-protoc install-protoc-dependencies install-ttrpc-plugin
make all
linters:
Expand Down

0 comments on commit 1f221a8

Please sign in to comment.