Skip to content

Commit

Permalink
install more compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed May 30, 2024
1 parent df18c57 commit d1850af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
- name: Install Protobuf Compilers
run: |
python3 -m pip install -U "betterproto[compiler]"
apt install protobuf-compiler
apt install golang-goprotobuf-dev
- name: Verify Protobuf Codegen
env:
Expand Down

0 comments on commit d1850af

Please sign in to comment.