we don't need brew upgrade in github workflow testing

This commit is contained in:
Abouzar Parvan 2021-07-15 08:40:13 +00:00 committed by GitHub
parent 6d9bd42c0f
commit 2d9fa523c9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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