update action

This commit is contained in:
Guobang Bi 2020-03-07 15:59:52 +08:00
parent 34d092557d
commit 78e428223c
No known key found for this signature in database
GPG Key ID: D850BE43BE29325B

View File

@ -70,7 +70,7 @@ jobs:
sudo add-apt-repository ppa:webispy/grpc
sudo add-apt-repository ppa:carsten-uppenbrink-net/openssl
sudo apt update
sudo apt install -y libssl-dev libprotobuf-dev protobuf-compiler protobuf-c-compiler libgrpc++-dev
sudo apt install -y libssl-dev libprotobuf-dev protobuf-compiler protobuf-c-compiler libgrpc++-dev protobuf-compiler-grpc
- name: macOS - Install Packages
if: matrix.platform == 'macos-latest'