Skip to content

Commit 844495a

Browse files
committed
runner updated.
1 parent c86eca1 commit 844495a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
- name: Get latest Corretto URL
2424
id: get-latest-corretto-url
2525
run: |
26-
URL=$(curl -LIs -o /dev/null -w %{url_effective} https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz)
27-
echo "{URL}={$URL}" >> $GITHUB_OUTPUT
26+
JDK_URL=$(curl -LIs -o /dev/null -w %{url_effective} https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz)
27+
echo $JDK_URL
28+
echo "{URL}={$JDK_URL}" >> $GITHUB_OUTPUT
2829
2930
- uses: actions/cache@v3
3031
id: corretto-cache

0 commit comments

Comments
 (0)