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 426a7ef commit 4382edcCopy full SHA for 4382edc
.github/workflows/cpp.yml
@@ -236,10 +236,11 @@ jobs:
236
echo "Current protobuf version:"
237
brew list --versions protobuf
238
brew uninstall --ignore-dependencies protobuf
239
- brew install protobuf@32
240
- brew link protobuf@32 --force
+ # Install protobuf 32.1 from Homebrew formula before the 33.0 update (Oct 15)
+ # Using commit fb3f8063367841cdc08d81362969ce2f530d1ae3 from Sep 14, 2025
241
+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fb3f8063367841cdc08d81362969ce2f530d1ae3/Formula/p/protobuf.rb
242
echo "Pinned protobuf version:"
- brew list --versions protobuf@32
243
+ brew list --versions protobuf
244
- name: Install MinIO
245
run: |
246
$(brew --prefix bash)/bin/bash \
0 commit comments