diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/install.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index e31607fe..08801f1b 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -30,13 +30,14 @@ jobs: sudo apt-get update sudo apt-get install neovim -y - - name: Installl dependencies for OSX + - name: Install dependencies for OSX if: matrix.os == 'osx' run: | brew update >/dev/null brew install neovim - name: Install LunarVim + timeout-minutes: 4 run: | bash ./utils/installer/install.sh --testing |