Update test-nvim.yml

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

View File

@ -31,6 +31,7 @@ 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 +x nvim.appimage
./nvim.appimage --appimage-extract
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim