Update test-nvim.yml

This commit is contained in:
Hörmet Yiltiz 2023-12-20 19:27:54 -05:00 committed by GitHub
parent 978809293a
commit 321812683b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
# 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 --quiet
./nvim.appimage --appimage-extract
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
nvim --version