From a8b4999e64d8851f38d70a48ae25e9ac7c1cd81b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 26 Dec 2023 14:06:08 +0000 Subject: [PATCH] ci(apple): use brew deps also on release --- .github/workflows/release.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 239f5726..c6d2ff2b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: