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 7fe6afd commit 78f23baCopy full SHA for 78f23ba
.github/workflows/rc.yml
@@ -262,8 +262,9 @@ jobs:
262
brew uninstall protobuf
263
264
# We need Flatbuffers 24, not the latest version
265
- brew uninstall flatbuffers || :
266
- brew install flatbuffers@24.3.6 || :
+ # Homebrew does not offer older versions, so remove the Homebrew
+ # package and rely on Arrow using a bundled version instead
267
+ brew uninstall flatbuffers
268
269
brew bundle --file=Brewfile
270
- name: Prepare ccache
0 commit comments