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