Skip to content

Commit 524c0f6

Browse files
committed
Fix a typo
1 parent ac1d467 commit 524c0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install dependencies
7070
run: |
7171
yum install -y epel-release
72-
yum install -y curl make rpm-build gcc-g++ git
72+
yum install -y curl make rpm-build gcc-c++ git
7373
- name: Install CMake
7474
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
7575
- name: Install Apache Arrow

0 commit comments

Comments
 (0)