We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed508 commit 5a639dcCopy full SHA for 5a639dc
.space.kts
@@ -5,7 +5,7 @@ job("Build") {
5
6
content = """
7
apt update
8
- apt install -y libncurses5
+ apt install -y --no-install-recommends libncurses5
9
./gradlew -Dorg.gradle.daemon=false build
10
""".trimIndent()
11
}
0 commit comments