We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02e26a commit 9a5ba37Copy full SHA for 9a5ba37
1 file changed
.github/workflows/apache-arrow.yaml
@@ -21,6 +21,10 @@ jobs:
21
- name: Install rubygems-requirements-system
22
run: |
23
gem install rubygems-requirements-system
24
+ - name: Update Homebrew
25
+ if: matrix.runs-on == 'macos-latest'
26
+ run: |
27
+ brew update
28
- name: Install Ext++
29
run: rake install
30
- name: Install Red Arrow
0 commit comments