Skip to content

Commit

Permalink
fix(ci): Add missing protoc installation to codegen test.
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jul 15, 2024
1 parent 0a2fe2e commit 6fff42d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
toolchain: stable
components: rustfmt

- name: Install protoc
run: sudo apt-get install protobuf-compiler

- name: Install
working-directory: ${{github.workspace}}/codegen
Expand Down

0 comments on commit 6fff42d

Please sign in to comment.