Skip to content

Commit

Permalink
Fixed gem red-arrow installation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Nov 21, 2022
1 parent 4ad957d commit 8cac7a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
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
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt update
- name: Prepare Apache Arrow on macOS
if: |
runner.os == 'macOS'
run: |
brew update
brew install apache-arrow
brew install apache-arrow-glib
- name: Install dependencies
run: |
bundle install
Expand Down

0 comments on commit 8cac7a7

Please sign in to comment.