Explorar el Código

we don't need brew upgrade in github workflow testing

Abouzar Parvan hace 4 años
padre
commit
2d9fa523c9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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