mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(ci): remove mongodb from brew to avoid brew upgrade error (#15115)
macOS CI was failing because: - brew upgrade fails because, - mongodb-community cant upgrade because, - some symlinks are owned by ... mongodb-community... We don't use mogodb, so we can just remove it wholesale.
This commit is contained in:
parent
d8f5f4d090
commit
5377b2b00a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -64,6 +64,8 @@ jobs:
|
||||
# Workaround brew issues
|
||||
rm -f /usr/local/bin/2to3
|
||||
brew update >/dev/null
|
||||
# remove broken mongodb-community package
|
||||
brew remove mongodb-community
|
||||
brew upgrade
|
||||
brew install automake ccache perl cpanminus ninja
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user