Fix neovim runtime for workflows
parent
8f434895b0
commit
5e1d56f113
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
neovim: true
|
neovim: true
|
||||||
- name: Install packer
|
- name: Install packer
|
||||||
run: git clone https://github.com/wbthomason/packer.nvim /share/nvim/site/pack/packer/start/packer.nvim
|
run: git clone https://github.com/wbthomason/packer.nvim $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||||
- name: Run neovim checks
|
- name: Run neovim checks
|
||||||
run: make check_neovim
|
run: make check_neovim
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
neovim: true
|
neovim: true
|
||||||
version: nightly
|
version: nightly
|
||||||
- name: Install packer
|
- name: Install packer
|
||||||
run: git clone https://github.com/wbthomason/packer.nvim /share/nvim/site/pack/packer/start/packer.nvim
|
run: git clone https://github.com/wbthomason/packer.nvim $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||||
- name: Run neovim checks
|
- name: Run neovim checks
|
||||||
run: make check_neovim
|
run: make check_neovim
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue