Update test-nvim.yml

This commit is contained in:
Hörmet Yiltiz 2023-12-20 19:14:53 -05:00 committed by GitHub
parent 436ef6a451
commit 8ed11fce8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ jobs:
# not using apt as repos may lag behind
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
ln -sf ./nvim.appimage /usr/local/bin/nvim
ls -la
sudo ln -sf $(pwd)/nvim.appimage /usr/local/bin/nvim
nvim --version
- name: Setup kitckstart and start nvim
run: |