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 5eaf553 commit 8e2fac9Copy full SHA for 8e2fac9
.github/workflows/cpp.yml
@@ -230,6 +230,11 @@ jobs:
230
brew uninstall pkg-config || :
231
brew uninstall [email protected] || :
232
brew bundle --file=cpp/Brewfile
233
+ - name: Uninstall protobuf on macOS 14
234
+ if: ${{ matrix.macos-version == '14' }}
235
+ run: |
236
+ # this should use bundled protobuf
237
+ brew uninstall re2 abseil grpc protobuf || :
238
- name: Install MinIO
239
run: |
240
$(brew --prefix bash)/bin/bash \
0 commit comments