Skip to content

Commit a0c1e94

Browse files
committed
Fixed gem red-arrow installation failure
1 parent d36bdad commit a0c1e94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ 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 install apache-arrow
76+
brew install gobject-introspection
77+
brew install apache-arrow-glib
7178
- name: Install dependencies
7279
run: |
7380
bundle install

0 commit comments

Comments
 (0)