Skip to content

Commit

Permalink
tests: attempt to install grpc from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Dec 20, 2023
1 parent b620bbd commit 5dbfa11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,7 @@ jobs:
run: go version
- 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
curl -fsSL https://goo.gl/getgrpc | bash -s -- --with-plugins
- name: Test
run: |
export C_INCLUDE_PATH=/usr/local/include
Expand Down

0 comments on commit 5dbfa11

Please sign in to comment.