Skip to content

Commit 3d60d85

Browse files
committed
github: remove grpc installation from github pipeline, it is too slow -- just skip the AuralReality plugin
1 parent d64268d commit 3d60d85

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
run: >
6060
sudo apt install -y -V ca-certificates lsb-release wget && UBUNTU_VERSION=$(lsb_release --codename --short) && wget "https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-${UBUNTU_VERSION}.deb" && sudo apt install -y -V "./apache-arrow-apt-source-latest-${UBUNTU_VERSION}.deb" && sudo apt update && sudo apt install libarrow-dev
6161
62-
- uses: eWaterCycle/setup-grpc@v5
63-
with:
64-
grpc-version: 1.80.0
65-
6662
- name: Install Linux Dependencies
6763
if: runner.os == 'Linux'
6864
run: >

0 commit comments

Comments
 (0)