Just using an old version of neovim
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Failing after 47s
Details
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Failing after 47s
Details
This commit is contained in:
parent
721666f742
commit
dcdf4ad6ee
|
@ -7,7 +7,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-20.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -16,18 +16,7 @@ jobs:
|
||||||
- name: Prepare system
|
- name: Prepare system
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qy
|
apt-get update -qy
|
||||||
apt install -y libc6 cmake gcc make
|
apt install -y neovim python3-nvim
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
mkdir -p /bin
|
|
||||||
if [ "$(uname -m)" == "x86_64" ]; then
|
|
||||||
wget -O ~/nvim https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
|
|
||||||
chmod +x ~/nvim
|
|
||||||
else
|
|
||||||
wget -O ~/nvim https://www.nickr.eu/data/nvim
|
|
||||||
chmod +x ~/nvim
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Load plugin into neovim
|
- name: Load plugin into neovim
|
||||||
run: |
|
run: |
|
||||||
|
@ -36,4 +25,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run neovim
|
- name: Run neovim
|
||||||
run: |
|
run: |
|
||||||
~/nvim -es
|
nvim -es
|
||||||
|
|
Loading…
Reference in New Issue