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 42d4dd9 commit d81799cCopy full SHA for d81799c
main.js
@@ -90,7 +90,7 @@ async function main() {
90
await io.mkdirP(luaExtractPath)
91
await tc.extractTar(luaSourceTar, INSTALL_PREFIX)
92
93
- await exec.exec("sudo apt-get install -q libreadline-dev", undefined, {
+ await exec.exec("sudo apt-get install -q libreadline-dev libncurses-dev", undefined, {
94
env: {
95
DEBIAN_FRONTEND: "noninteractive",
96
TERM: "linux"
0 commit comments