diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-07 02:35:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 17:35:27 -0800 |
commit | c4f3d41d6b06f3a8b399a36d7f3def8f25a71208 (patch) | |
tree | e7bd11b4d43dfaa0a16b0bcf447d496468d381d0 | |
parent | 8045296e8b6d10611a5fce2db0b9b90a1989100c (diff) | |
download | rneovim-c4f3d41d6b06f3a8b399a36d7f3def8f25a71208.tar.gz rneovim-c4f3d41d6b06f3a8b399a36d7f3def8f25a71208.tar.bz2 rneovim-c4f3d41d6b06f3a8b399a36d7f3def8f25a71208.zip |
ci: install only necessary dependencies #20970
-rw-r--r-- | .github/workflows/ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4f7f9da36..53d52ec55a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: - name: Install apt packages run: | - sudo add-apt-repository ppa:neovim-ppa/stable sudo apt-get update sudo apt-get install -y \ autoconf \ @@ -39,23 +38,9 @@ jobs: build-essential \ cmake \ gettext \ - libluajit-5.1-dev \ - libmsgpack-dev \ - libtermkey-dev \ libtool-bin \ - libtree-sitter-dev \ - libunibilium-dev \ - libuv1-dev \ - libvterm-dev \ locales \ - lua-busted \ lua-check \ - lua-filesystem \ - lua-inspect \ - lua-lpeg \ - lua-luv-dev \ - lua-nvim \ - luajit \ ninja-build \ pkg-config @@ -173,7 +158,6 @@ jobs: libvterm-dev \ locales \ lua-busted \ - lua-check \ lua-filesystem \ lua-inspect \ lua-lpeg \ |