Skip to content

Commit f8851d8

Browse files
committed
switch to protobuf-src for ease of install
1 parent b0a464f commit f8851d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
set -eux
2323
24+
sudo apt-get install -y protobuf-compiler
25+
2426
pip install .[dev]
2527
- name: Run Python Lint
2628
run: |

0 commit comments

Comments
 (0)