diff options
author | dundargoc <gocdundar@gmail.com> | 2023-03-09 11:41:54 +0100 |
---|---|---|
committer | dundargoc <gocdundar@gmail.com> | 2023-03-11 09:38:29 +0100 |
commit | 1a71e5c3623c890e25f331a7404792f714c90417 (patch) | |
tree | aff51271c4bed2e39ff2cdfc2191e0926a8439ec | |
parent | 5aaed9cbfccec009ac91f6a576d72584a061d63c (diff) | |
download | rneovim-1a71e5c3623c890e25f331a7404792f714c90417.tar.gz rneovim-1a71e5c3623c890e25f331a7404792f714c90417.tar.bz2 rneovim-1a71e5c3623c890e25f331a7404792f714c90417.zip |
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.
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69da867012..2f2ace522b 100644 --- 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 |