Browse Source

we don't need brew upgrade in github workflow testing

Abouzar Parvan 4 years ago
parent
commit
2d9fa523c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/install.yaml

+ 0 - 1
.github/workflows/install.yaml

@@ -33,7 +33,6 @@ jobs:
         if: matrix.os == 'osx'
         run: |
           brew update >/dev/null
-          brew upgrade
           brew install neovim
 
       - name: Install LunarVim