Skip to content

Commit d81799c

Browse files
committed
base image was changed, try to fix build
1 parent 42d4dd9 commit d81799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function main() {
9090
await io.mkdirP(luaExtractPath)
9191
await tc.extractTar(luaSourceTar, INSTALL_PREFIX)
9292

93-
await exec.exec("sudo apt-get install -q libreadline-dev", undefined, {
93+
await exec.exec("sudo apt-get install -q libreadline-dev libncurses-dev", undefined, {
9494
env: {
9595
DEBIAN_FRONTEND: "noninteractive",
9696
TERM: "linux"

0 commit comments

Comments
 (0)