Update test-nvim.yml
This commit is contained in:
parent
436ef6a451
commit
8ed11fce8f
|
@ -32,7 +32,8 @@ 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 u+x nvim.appimage
|
chmod u+x nvim.appimage
|
||||||
ln -sf ./nvim.appimage /usr/local/bin/nvim
|
ls -la
|
||||||
|
sudo ln -sf $(pwd)/nvim.appimage /usr/local/bin/nvim
|
||||||
nvim --version
|
nvim --version
|
||||||
- name: Setup kitckstart and start nvim
|
- name: Setup kitckstart and start nvim
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue