We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9798ef3 commit 1fb19b0Copy full SHA for 1fb19b0
1 file changed
.github/workflows/ci-lazypg.yml
@@ -55,7 +55,7 @@ jobs:
55
echo >>"$GITHUB_ENV" "JAVA_HOME=${!candidate}"
56
echo >>"$GITHUB_OUTPUT" java_found=true
57
elif
58
- candidate="JAVA_HOME_${JAVAVER}_${RUNNER_ARCH,,[A-Z]}"
+ candidate="JAVA_HOME_${JAVAVER}_$(tr A-Z a-z <<<${RUNNER_ARCH})"
59
echo -ne 'no\n'"Environment contains $candidate? "
60
[[ -n ${!candidate+set} ]]
61
then
0 commit comments