diff options
| author | grvxs <[email protected]> | 2021-08-06 16:49:05 +0530 | 
|---|---|---|
| committer | grvxs <[email protected]> | 2021-08-06 16:49:05 +0530 | 
| commit | e4f146e980f31b864db64fa0d343d22e2179ab5e (patch) | |
| tree | a21bf59dac0a005974c573b8b6074fb6b91e0359 | |
| parent | 771f872bccf41e9a8be691892d0e6d29e71b7434 (diff) | |
fix: typo in install.yaml
| -rw-r--r-- | .github/workflows/install.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 49c01c29..08801f1b 100644 --- a/.github/workflows/install.yaml +++ b/.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 | 
