mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
ci: don't install unused packages
The lua client is no longer needed after
d6279f9392
. One of its dependencies,
mpack, is still needed however. Remove lua-nvim and replace it with
lua-mpack.
The other packages are most likely not needed as we no longer run tests
for external dependencies.
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -377,11 +377,9 @@ jobs:
|
|||||||
libtree-sitter-dev \
|
libtree-sitter-dev \
|
||||||
libunibilium-dev \
|
libunibilium-dev \
|
||||||
libuv1-dev \
|
libuv1-dev \
|
||||||
lua-busted \
|
|
||||||
lua-filesystem \
|
lua-filesystem \
|
||||||
lua-inspect \
|
|
||||||
lua-lpeg \
|
lua-lpeg \
|
||||||
lua-nvim \
|
lua-mpack \
|
||||||
luajit
|
luajit
|
||||||
# libvterm-dev \
|
# libvterm-dev \
|
||||||
# lua-luv-dev
|
# lua-luv-dev
|
||||||
|
Reference in New Issue
Block a user