Skip to content

Commit

Permalink
fix(luarocks): add proper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent fe534c1 commit 81328d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 81328d1

Please sign in to comment.