Fix neovim runtime for workflows
parent
8f434895b0
commit
5e1d56f113
|
@ -23,7 +23,7 @@ jobs:
|
|||
with:
|
||||
neovim: true
|
||||
- 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
|
||||
run: make check_neovim
|
||||
env:
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
neovim: true
|
||||
version: nightly
|
||||
- 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
|
||||
run: make check_neovim
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue