Browse Source

fix: typo in install.yaml

grvxs 3 năm trước cách đây
mục cha
commit
e4f146e980
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 install neovim -y
 
-      - name: Installl dependencies for OSX
+      - name: Install dependencies for OSX
         if: matrix.os == 'osx'
         run: |
           brew update >/dev/null