mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +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 \
|
||||
libunibilium-dev \
|
||||
libuv1-dev \
|
||||
lua-busted \
|
||||
lua-filesystem \
|
||||
lua-inspect \
|
||||
lua-lpeg \
|
||||
lua-nvim \
|
||||
lua-mpack \
|
||||
luajit
|
||||
# libvterm-dev \
|
||||
# lua-luv-dev
|
||||
|
Reference in New Issue
Block a user