diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa16a94802..ca850c577b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |