Skip to content

Commit c19f64b

Browse files
committed
ci: Add workaround for Homebrew
1 parent 8925263 commit c19f64b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/apache-arrow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
if: matrix.runs-on == 'macos-latest'
2626
run: |
2727
brew update
28+
# We can remove once red-arrow 24.0.0 is released.
29+
brew install apache-arrow
2830
- name: Install Ext++
2931
run: rake install
3032
- name: Install Red Arrow

0 commit comments

Comments
 (0)