From 81328d17ed9d5509e7dea8f1efc0fa568535e0e0 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sun, 24 Mar 2024 18:55:31 +0100 Subject: [PATCH] fix(luarocks): add proper dependencies --- .github/workflows/luarocks.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index 201c6f849..6379e5740 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -26,5 +26,7 @@ jobs: version: ${{ env.LUAROCKS_VERSION }} test_interpreters: null dependencies: | - nvim-nio - lua-utils.nvim + nvim-nio ~> 1.7 + lua-utils.nvim == 1.0.2 + plenary.nvim == 0.1.4 + nui.nvim == 0.3.0