Closed Silverlan closed 1 year ago
Use cmd or powershell.
Use cmd or powershell.
Hm.. that does work on my local OS, but unfortunately not on Windows Server.
In powershell it builds luamake successfully, but then fails to build lua-debug, because it can't locate the executable for luamake. Here is an example on a GitHub runner: https://github.com/Silverlan/lua-debug-build-test/blob/main/.github/workflows/build-windows-ci-pwsh.yml#L27 Log: https://github.com/Silverlan/lua-debug-build-test/actions/runs/5111090254/jobs/9187669436
If I try to run it in cmd, it successfully executes everything, including ./compile/install.bat
, but then just ignores the remaining commands:
https://github.com/Silverlan/lua-debug-build-test/blob/main/.github/workflows/build-windows-ci-cmd.yml#L27
Log: https://github.com/Silverlan/lua-debug-build-test/actions/runs/5111090258/jobs/9187669344
You can use actboy168/setup-luamake in GitHub action.
I have recently upgraded to Windows 11, and I can no longer build
lua-debug
, although I'm not sure the problem is actually related to Windows 11.I have Visual Studio 2022 Community installed.
I ran the commands from the readme, with no changes:
The last command (
luamake -mode release
) fails with this error:Here is the entire log: