From 1a71e5c3623c890e25f331a7404792f714c90417 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 9 Mar 2023 11:41:54 +0100 Subject: [PATCH] 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. --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 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