Skip to content

Commit 34c0d73

Browse files
committed
Revert "Will this version of ${foo,, work?"
And check that nothing weird happens on Ubuntu now, using a preinstalled and a non-preinstalled JDK.
1 parent 82ceae1 commit 34c0d73

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-lazypg.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
strategy:
2525
matrix:
2626
oscc:
27-
# - os: ubuntu-latest
28-
# cc: gcc
29-
# - os: macos-13
30-
# cc: clang
31-
# pg: 17
27+
- os: ubuntu-latest
28+
cc: gcc
29+
- os: macos-13
30+
cc: clang
31+
pg: 17
3232
- os: macos-14
3333
cc: clang
3434
pg: 17
3535
# - os: windows-latest
3636
# cc: msvc
3737
# - os: windows-latest
3838
# cc: mingw
39-
java: [23]
39+
java: [21, 23]
4040

4141
steps:
4242

@@ -55,7 +55,7 @@ jobs:
5555
echo >>"$GITHUB_ENV" "JAVA_HOME=${!candidate}"
5656
echo >>"$GITHUB_OUTPUT" java_found=true
5757
elif
58-
candidate="JAVA_HOME_${JAVAVER}_${RUNNER_ARCH,,}"
58+
candidate="JAVA_HOME_${JAVAVER}_$(tr A-Z a-z <<<${RUNNER_ARCH})"
5959
echo -ne 'no\n'"Environment contains $candidate? "
6060
[[ -n ${!candidate+set} ]]
6161
then

0 commit comments

Comments
 (0)