Bump pkl.impl.ghactions to version 1.5.0 (#1460)

This commit is contained in:
Jen Basch
2026-03-03 17:59:39 -08:00
committed by GitHub
parent 0e685591eb
commit 3eda3b197e
8 changed files with 41 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ project: String
extraGradleArgs {
when (os == "macOS" && arch == "amd64") {
"-Dpkl.targetArch=\(module.arch)"
"-Dpkl.native--native-compiler-path=\(context.github.workspace)/.github/scripts/cc_macos_amd64.sh"
#""-Dpkl.native--native-compiler-path=${GITHUB_WORKSPACE}/.github/scripts/cc_macos_amd64.sh""#
}
when (musl) {
"-Dpkl.musl=true"
@@ -40,7 +40,7 @@ steps {
new {
name = "Fix git ownership"
// language=bash
run = "git status || git config --system --add safe.directory $GITHUB_WORKSPACE"
run = #"git status || git config --system --add safe.directory "$GITHUB_WORKSPACE""#
}
}
new {