Skip to content

Commit 80130ae

Browse files
author
Clément Dussieux
committed
add protoc
1 parent b182720 commit 80130ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_server_and_tag.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868
with:
6969
toolchain: stable
7070

71+
- name: Install protoc
72+
run: |
73+
sudo apt-get update
74+
sudo apt-get install -y protobuf-compiler
75+
sudo apt-get install -y libprotobuf-dev
76+
sudo apt-get install -y libprotoc-dev
77+
7178
- name: Rust build
7279
run: |
7380
echo "Building server"

0 commit comments

Comments
 (0)