Update test-nvim.yml
This commit is contained in:
parent
a0dd99edc0
commit
8e43da52cc
|
@ -31,6 +31,7 @@ jobs:
|
||||||
echo "Finished git checkout in $GITHUB_WORKSPACE"
|
echo "Finished git checkout in $GITHUB_WORKSPACE"
|
||||||
# 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
|
||||||
./nvim.appimage --appimage-extract
|
./nvim.appimage --appimage-extract
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue