mirror of
https://github.com/apple/pkl.git
synced 2026-01-19 01:47:24 +01:00
Fix build java executable (#1316)
This commit is contained in:
2
.github/jobs/BuildJavaExecutableJob.pkl
vendored
2
.github/jobs/BuildJavaExecutableJob.pkl
vendored
@@ -14,7 +14,7 @@ local command =
|
||||
// NOTE: `build` doesn't build native executables
|
||||
"\(project):build"
|
||||
}
|
||||
}.join("\n")
|
||||
}.join(" ")
|
||||
|
||||
steps {
|
||||
new Common.Checkout {}
|
||||
|
||||
Reference in New Issue
Block a user