Skip to content

Commit 5a639dc

Browse files
committed
Update .space.kts
1 parent f6ed508 commit 5a639dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.space.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ job("Build") {
55

66
content = """
77
apt update
8-
apt install -y libncurses5
8+
apt install -y --no-install-recommends libncurses5
99
./gradlew -Dorg.gradle.daemon=false build
1010
""".trimIndent()
1111
}

0 commit comments

Comments
 (0)