summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-22 00:05:02 +0430
committerGitHub <[email protected]>2021-07-21 19:35:02 +0000
commit95aa1ea8c6b8dc31bae26fe1d433e83f57dd4201 (patch)
treefcc106379b07fd9a14b1ee12edd77384b2bc10ea
parent3ffee159af6bc619db7a3d14846d40a5ced6884c (diff)
we no longer require linux dependencies (#1064)
-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