diff options
author | Abouzar Parvan <[email protected]> | 2021-07-15 08:40:13 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-15 08:40:13 +0000 |
commit | 2d9fa523c9f7bde60580f147ab19041b1722ce20 (patch) | |
tree | a2019a102f2d48495fbf7ef18a9997c1b67b2b2a | |
parent | 6d9bd42c0f89dbdb038d5736a9f46f8acf010a23 (diff) |
we don't need brew upgrade in github workflow testing
-rw-r--r-- | .github/workflows/install.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 5c22d6fa..e0b7a179 100644 --- a/.github/workflows/install.yaml +++ b/.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 |