Skip to content

Commit 3f09964

Browse files
committed
install protoc in test CI workflow
1 parent 9b6b150 commit 3f09964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
sudo apt-get update -y
29-
sudo apt-get install -y libssl-dev cmake gcc g++ curl libcurl4-openssl-dev libprotobuf-dev libgrpc-dev gdb
29+
sudo apt-get install -y libssl-dev cmake gcc g++ curl libcurl4-openssl-dev libprotobuf-dev libgrpc-dev gdb protobuf-compiler
3030
- uses: actions/checkout@v4
3131
with:
3232
submodules: recursive

0 commit comments

Comments
 (0)