summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-15 08:40:13 +0000
committerGitHub <[email protected]>2021-07-15 08:40:13 +0000
commit2d9fa523c9f7bde60580f147ab19041b1722ce20 (patch)
treea2019a102f2d48495fbf7ef18a9997c1b67b2b2a
parent6d9bd42c0f89dbdb038d5736a9f46f8acf010a23 (diff)
we don't need brew upgrade in github workflow testing
-rw-r--r--.github/workflows/install.yaml1
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