Browse Source

fix: typo in install.yaml

grvxs 3 years ago
parent
commit
e4f146e980
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/install.yaml

+ 1 - 1
.github/workflows/install.yaml

@@ -30,7 +30,7 @@ jobs:
           sudo apt-get update
           sudo apt-get update
           sudo apt-get install neovim -y
           sudo apt-get install neovim -y
 
 
-      - name: Installl dependencies for OSX
+      - name: Install dependencies for OSX
         if: matrix.os == 'osx'
         if: matrix.os == 'osx'
         run: |
         run: |
           brew update >/dev/null
           brew update >/dev/null