|
@@ -26,7 +26,6 @@ jobs:
|
|
- name: Install dependencies for Linux
|
|
- name: Install dependencies for Linux
|
|
if: matrix.os == 'linux'
|
|
if: matrix.os == 'linux'
|
|
run: |
|
|
run: |
|
|
- sudo apt-get install -y gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip build-essential
|
|
|
|
sudo add-apt-repository ppa:neovim-ppa/unstable -y
|
|
sudo add-apt-repository ppa:neovim-ppa/unstable -y
|
|
sudo apt-get update
|
|
sudo apt-get update
|
|
sudo apt-get install neovim -y
|
|
sudo apt-get install neovim -y
|