Update and rename blank.yml to test-nvim.yml
This commit is contained in:
parent
9cb156e491
commit
436ef6a451
|
@ -26,11 +26,13 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Install neovim
|
- name: Install latest neovim
|
||||||
run: |
|
run: |
|
||||||
echo "Finished git checkout in $GITHUB_WORKSPACE"
|
echo "Finished git checkout in $GITHUB_WORKSPACE"
|
||||||
sudo apt update
|
# not using apt as repos may lag behind
|
||||||
sudo apt install -y neovim
|
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||||
|
chmod u+x nvim.appimage
|
||||||
|
ln -sf ./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