Closed ZAA03 closed 3 years ago
How did you solve this?
@Ismoh lua
is added to the path so in order to run your lua file you just need to be sure you provide a correct path to a lua script, eg. lua myscript.lua
The issue opener had an issue because they didn't provide a correct path to a lua script, so the lua interpreter threw an error.
Ah, I didnt understand at first spot. I thought I was able to define a lua 'installation' in my workspace. I am using a custom build lua51.dll and would like to use it, instead of any of lua ftps ones. Is this possible? Should I create a new issue?
The Full Example have a little problem. And I use your github action,always show
lua: cannot open **.lua: No such file or directory
like thisIt will show
lua: cannot open **.lua: No such file or directory
Run is error How can I solve this problem?