ci(apple): use brew deps also on release

This commit is contained in:
Ettore Di Giacinto 2023-12-26 14:06:08 +00:00
parent 0ce8d1f7b9
commit a8b4999e64

View File

@ -74,10 +74,7 @@ jobs:
go-version: '>=1.21.0'
- name: Dependencies
run: |
git clone --recurse-submodules -b v1.58.0 --depth 1 --shallow-submodules https://github.com/grpc/grpc && \
cd grpc && mkdir -p cmake/build && cd cmake/build && cmake -DgRPC_INSTALL=ON \
-DgRPC_BUILD_TESTS=OFF \
../.. && make -j12 install && rm -rf grpc
brew install protobuf grpc
- name: Build
id: build
env: