diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-07-20 23:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 23:30:32 +0200 |
commit | 6f48c018b526a776e38e94f58769c30141de9e0c (patch) | |
tree | 3a547547c6b2cde05110d89241c05887ea809c3b | |
parent | 710b9ed1c78484546376603c2874743dda201db8 (diff) | |
download | rneovim-6f48c018b526a776e38e94f58769c30141de9e0c.tar.gz rneovim-6f48c018b526a776e38e94f58769c30141de9e0c.tar.bz2 rneovim-6f48c018b526a776e38e94f58769c30141de9e0c.zip |
Revert "fix(ci): remove mongodb from brew to avoid brew upgrade error (#15115)" (#15141)
This reverts commit 5377b2b00aea1a0bde1b81452e6198dabe5b9796.
(Fix no longer needed.)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca850c577b..aa16a94802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,6 @@ 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 |