Skip to content

Commit

Permalink
apacheGH-33754: [CI] Install brewfile dependencies for verification t…
Browse files Browse the repository at this point in the history
…ask jobs on M1
  • Loading branch information
raulcd committed Jan 18, 2023
1 parent 4e439f6 commit 3be10f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/verify-rc/github.macos.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
TEST_DEFAULT: 0
TEST_{{ target|upper }}: 1
run: |
brew bundle --file=arrow/cpp/Brewfile
brew bundle --file=arrow/c_glib/Brewfile
export PATH="$(brew --prefix node@16)/bin:$PATH"
export PATH="$(brew --prefix ruby)/bin:$PATH"
export PKG_CONFIG_PATH="$(brew --prefix ruby)/lib/pkgconfig"
Expand Down

0 comments on commit 3be10f0

Please sign in to comment.