We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64268d commit 3d60d85Copy full SHA for 3d60d85
1 file changed
.github/workflows/cmake.yml
@@ -59,10 +59,6 @@ jobs:
59
run: >
60
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
61
62
- - uses: eWaterCycle/setup-grpc@v5
63
- with:
64
- grpc-version: 1.80.0
65
-
66
- name: Install Linux Dependencies
67
if: runner.os == 'Linux'
68
0 commit comments