nvim-neorocks / nvim-busted-action

A composite GitHub action for running busted tests with Neovim
GNU Affero General Public License v3.0
13 stars 0 forks source link

docs(README): set the appropriate lua version for path generation #3

Closed vhyrro closed 4 months ago

vhyrro commented 4 months ago

If the default version is left unspecified for the luarocks path invocation then luarocks will produce paths that will not help the error message in any way. In other places luarocks will likely function without explicitly specifying a version flag.