mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
downgrade grpc for macOS
This commit is contained in:
parent
0424e94e90
commit
76df4a8a39
2
.github/workflows/unix-build-qv2ray.yml
vendored
2
.github/workflows/unix-build-qv2ray.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: macOS - Install Packages
|
||||
if: matrix.platform == 'macos-latest' && matrix.backend == 'gRPC'
|
||||
run: |
|
||||
brew install grpc@1.25.0
|
||||
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/35d7f485905273db8a440a9c8e7f0c2f0c8533f5/Formula/grpc.rb
|
||||
# --------------------------------------------------------
|
||||
- name: Unix - Extracting gRPC and protobuf libs and headers
|
||||
if: matrix.backend == 'gRPC'
|
||||
|
Loading…
Reference in New Issue
Block a user