Add action as verification
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m54s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m54s
Details
This commit is contained in:
parent
bd368117fe
commit
682f512251
|
@ -16,8 +16,10 @@ jobs:
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qy
|
apt-get update -qy
|
||||||
apt-get install -y git neovim
|
apt-get install -y git
|
||||||
apt-get install -y python3-neovim python-neovim
|
apt-get install -y neovim
|
||||||
|
apt-get install -y python3-neovim
|
||||||
|
apt-get install -y python-neovim
|
||||||
|
|
||||||
- name: Clone neovim repository
|
- name: Clone neovim repository
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue