Explorar o código

we no longer require linux dependencies (#1064)

Abouzar Parvan %!s(int64=4) %!d(string=hai) anos
pai
achega
95aa1ea8c6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .github/workflows/install.yaml

+ 0 - 1
.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