mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: install only necessary dependencies #20970
This commit is contained in:
parent
8045296e8b
commit
c4f3d41d6b
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -31,7 +31,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install apt packages
|
- name: Install apt packages
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:neovim-ppa/stable
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
@ -39,23 +38,9 @@ jobs:
|
|||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
gettext \
|
gettext \
|
||||||
libluajit-5.1-dev \
|
|
||||||
libmsgpack-dev \
|
|
||||||
libtermkey-dev \
|
|
||||||
libtool-bin \
|
libtool-bin \
|
||||||
libtree-sitter-dev \
|
|
||||||
libunibilium-dev \
|
|
||||||
libuv1-dev \
|
|
||||||
libvterm-dev \
|
|
||||||
locales \
|
locales \
|
||||||
lua-busted \
|
|
||||||
lua-check \
|
lua-check \
|
||||||
lua-filesystem \
|
|
||||||
lua-inspect \
|
|
||||||
lua-lpeg \
|
|
||||||
lua-luv-dev \
|
|
||||||
lua-nvim \
|
|
||||||
luajit \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
@ -173,7 +158,6 @@ jobs:
|
|||||||
libvterm-dev \
|
libvterm-dev \
|
||||||
locales \
|
locales \
|
||||||
lua-busted \
|
lua-busted \
|
||||||
lua-check \
|
|
||||||
lua-filesystem \
|
lua-filesystem \
|
||||||
lua-inspect \
|
lua-inspect \
|
||||||
lua-lpeg \
|
lua-lpeg \
|
||||||
|
Loading…
Reference in New Issue
Block a user