Update test-nvim.yml
This commit is contained in:
parent
950fcbe47b
commit
978809293a
|
@ -29,7 +29,7 @@ jobs:
|
||||||
# not using apt as repos may lag behind
|
# not using apt as repos may lag behind
|
||||||
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||||
chmod +x nvim.appimage
|
chmod +x nvim.appimage
|
||||||
./nvim.appimage --appimage-extract
|
./nvim.appimage --appimage-extract --quiet
|
||||||
sudo mv squashfs-root /
|
sudo mv squashfs-root /
|
||||||
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
|
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
|
||||||
nvim --version
|
nvim --version
|
||||||
|
|
Loading…
Reference in New Issue