summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/install.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml
index 9b664f1a..e31607fe 100644
--- a/.github/workflows/install.yaml
+++ b/.github/workflows/install.yaml
@@ -26,7 +26,6 @@ jobs:
- name: Install dependencies for Linux
if: matrix.os == 'linux'
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 apt-get update
sudo apt-get install neovim -y