We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6b990 commit f2d74f8Copy full SHA for f2d74f8
main.js
@@ -64,7 +64,7 @@ async function install_luajit(luaInstallPath, luajitVersion) {
64
65
const luaSourceTar = await tc.downloadTool(`https://luajit.org/download/LuaJIT-${luajitVersion}.tar.gz`)
66
await io.mkdirP(luaExtractPath)
67
- await tc.extractTar(luaSourceTar, path.join(process.env["RUNNER_TEMP"], BUILD_PREFIX)
+ await tc.extractTar(luaSourceTar, path.join(process.env["RUNNER_TEMP"], BUILD_PREFIX))
68
69
let finalCompileFlags = "-j"
70
0 commit comments