Skip to content

Commit 426a7ef

Browse files
committed
Use --ignore-dependencies to install the right version
1 parent 00c0937 commit 426a7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
run: |
236236
echo "Current protobuf version:"
237237
brew list --versions protobuf
238-
brew uninstall protobuf
238+
brew uninstall --ignore-dependencies protobuf
239239
brew install protobuf@32
240240
brew link protobuf@32 --force
241241
echo "Pinned protobuf version:"

0 commit comments

Comments
 (0)