File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -235,11 +235,10 @@ jobs:
235235 run : |
236236 echo "Current protobuf version:"
237237 brew list --versions protobuf
238- brew uninstall --ignore-dependencies protobuf
239- # Install protobuf 32.1 from Homebrew formula before the 33.0 update (Oct 15)
238+ # Reinstall protobuf 32.1 from Homebrew formula before the 33.0 update (Oct 15)
240239 # 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:"
240+ brew reinstall https://raw.githubusercontent.com/Homebrew/homebrew-core/fb3f8063367841cdc08d81362969ce2f530d1ae3/Formula/p/protobuf.rb
241+ echo "Downgraded protobuf version:"
243242 brew list --versions protobuf
244243 - name : Install MinIO
245244 run : |
You can’t perform that action at this time.
0 commit comments