From 78e428223cd444fdbe23eee8d5f2298c14dba045 Mon Sep 17 00:00:00 2001 From: Guobang Bi <373318510@qq.com> Date: Sat, 7 Mar 2020 15:59:52 +0800 Subject: [PATCH] update action --- .github/workflows/build-qv2ray-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index 8a05edc2..0a547401 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -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'