Skip to content

Commit 643374b

Browse files
committed
Update ci.yml
1 parent 003b7f1 commit 643374b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.17.0/protoc-3.17.0-linux-x86_64.zip
4141
unzip protoc-3.17.0-linux-x86_64.zip
4242
chmod +x ./bin/protoc && sudo mv ./bin/protoc /usr/local/bin/protoc
43+
sudo mv ./include/* /usr/local/include/
4344
cd .. && rm -rf ./protoc
4445
protoc --version
4546

0 commit comments

Comments
 (0)