Skip to content

Commit 9ba17db

Browse files
committed
Liberica
1 parent 530d70a commit 9ba17db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup_cached_java/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
run: |
2121
echo "Infering JDK 11 [${{ inputs.arch }}]"
2222
if [[ ${{ inputs.arch }} =~ "-musl" ]]; then
23-
echo "::set-output name=build_jdk::jdk11-lbrc"
23+
echo "::set-output name=build_jdk::jdk11-librca"
2424
else
2525
echo "::set-output name=build_jdk::jdk11"
2626
fi

.github/workflows/cache_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
strategy:
213213
fail-fast: true
214214
matrix:
215-
java_variant: [ "8-lbrc", "11-lbrc", "17-lbrc", "21-lbrc", "23-lbrc" ]
215+
java_variant: [ "8-librca", "11-librca", "17-librca", "21-librca", "23-librca" ]
216216
steps:
217217
- uses: actions/checkout@v3
218218
- name: Setup OS

.github/workflows/test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
fail-fast: false
119119
matrix:
120-
java_version: [ "8-lbrc", "11-lbrc", "17-lbrc", "21-lbrc", "23-lbrc" ]
120+
java_version: [ "8-librca", "11-librca", "17-librca", "21-librca", "23-librca" ]
121121
config: ${{ fromJson(inputs.configuration) }}
122122
runs-on: ubuntu-latest
123123
container:

0 commit comments

Comments
 (0)