neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 1a71e5c3623c890e25f331a7404792f714c90417
parent 5aaed9cbfccec009ac91f6a576d72584a061d63c
Author: dundargoc <gocdundar@gmail.com>
Date:   Thu,  9 Mar 2023 11:41:54 +0100

ci: don't install unused packages

The lua client is no longer needed after
d6279f9392073cb1422d76c57baf3fd283ed954e. 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.

Diffstat:
M.github/workflows/test.yml | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -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