Skip to content

Commit 4382edc

Browse files
committed
Try other way to get right version of Protobuf
1 parent 426a7ef commit 4382edc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cpp.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,11 @@ jobs:
236236
echo "Current protobuf version:"
237237
brew list --versions protobuf
238238
brew uninstall --ignore-dependencies protobuf
239-
brew install protobuf@32
240-
brew link protobuf@32 --force
239+
# Install protobuf 32.1 from Homebrew formula before the 33.0 update (Oct 15)
240+
# Using commit fb3f8063367841cdc08d81362969ce2f530d1ae3 from Sep 14, 2025
241+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fb3f8063367841cdc08d81362969ce2f530d1ae3/Formula/p/protobuf.rb
241242
echo "Pinned protobuf version:"
242-
brew list --versions protobuf@32
243+
brew list --versions protobuf
243244
- name: Install MinIO
244245
run: |
245246
$(brew --prefix bash)/bin/bash \

0 commit comments

Comments
 (0)