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:
dundargoc
2023-03-09 11:41:54 +01:00
parent 5aaed9cbfc
commit 1a71e5c362

View File

@ -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