We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e135f4 commit b970dd2Copy full SHA for b970dd2
.github/workflows/rc.yml
@@ -260,11 +260,7 @@ jobs:
260
# used on test We uninstall Homebrew's Protobuf to ensure using
261
# bundled Protobuf.
262
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
+ brew install boost
268
269
brew bundle --file=Brewfile
270
- name: Prepare ccache
0 commit comments