Skip to content

Commit b970dd2

Browse files
committed
MINOR: Don't uninstall Flatbuffers in CI
There is no more need after apache/arrow@32641ec
1 parent 3e135f4 commit b970dd2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,7 @@ jobs:
260260
# used on test We uninstall Homebrew's Protobuf to ensure using
261261
# bundled Protobuf.
262262
brew uninstall protobuf
263-
264-
# We need Flatbuffers 24, not the latest version
265-
# Homebrew does not offer older versions, so remove the Homebrew
266-
# package and rely on Arrow using a bundled version instead
267-
brew uninstall flatbuffers
263+
brew install boost
268264
269265
brew bundle --file=Brewfile
270266
- name: Prepare ccache

0 commit comments

Comments
 (0)