Update test-nvim.yml

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

View File

@ -31,9 +31,10 @@ jobs:
echo "Finished git checkout in $GITHUB_WORKSPACE"
# 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
./nvim.appimage --appimage-extract
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
ls -la
sudo ln -sf $(pwd)/nvim.appimage /usr/local/bin/nvim
nvim --version
- name: Setup kitckstart and start nvim
run: |