summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-08-11 16:33:41 -0400
committerchristianchiarulli <[email protected]>2021-08-11 16:33:41 -0400
commit83013c0d4f1467f546c38719c61909decfcb8151 (patch)
tree143773ea73c64d953db699e6e621926e44653fc2 /.github/workflows
parentf6407e0bdb9c2875bc8f186929ce183af391b2a9 (diff)
parent5a7630cac761e91335d2f25cb07a81271569c791 (diff)
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/install.yaml3
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