We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1d467 commit 524c0f6Copy full SHA for 524c0f6
.github/workflows/assets.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Install dependencies
70
run: |
71
yum install -y epel-release
72
- yum install -y curl make rpm-build gcc-g++ git
+ yum install -y curl make rpm-build gcc-c++ git
73
- name: Install CMake
74
run: curl -L https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz | tar xz --strip-components=1 -C /usr
75
- name: Install Apache Arrow
0 commit comments