Skip to content

Commit a98f31d

Browse files
committed
Fixed gem red-arrow installation failure
1 parent 4ad957d commit a98f31d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ jobs:
6868
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
6969
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
7070
sudo apt update
71+
- name: Prepare Apache Arrow on macOS
72+
if: |
73+
runner.os == 'macOS'
74+
run: |
75+
brew update
76+
brew install apache-arrow
77+
brew install gobject-introspection
78+
brew install apache-arrow-glib
7179
- name: Install dependencies
7280
run: |
7381
bundle install

0 commit comments

Comments
 (0)