Skip to content

Commit fcc533e

Browse files
committed
Try with brew reinstall
1 parent 4382edc commit fcc533e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cpp.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)