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 761c5da commit 83e372fCopy full SHA for 83e372f
index.js
@@ -58,7 +58,7 @@ const tags = {
58
throw new Error(`make -j4 failed with code ${ret}`);
59
}
60
61
- ret = await exec.exec("sudo", ["make", install"], {
+ ret = await exec.exec("sudo", ["make", "install"], {
62
cwd: destDir,
63
ignoreReturnCode: true,
64
env: {
0 commit comments