Skip to content

Commit ad2bfc7

Browse files
committed
runner updated.
1 parent 6009bcc commit ad2bfc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222

2323
- name: Get latest Corretto URL
2424
id: get-latest-corretto-url
25-
run: |
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 "URL=$JDK_URL" >> $GITHUB_OUTPUT
25+
run: echo "URL=$(curl -LIs -o /dev/null -w %{url_effective} https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz)" >> $GITHUB_OUTPUT
2826

2927
- uses: actions/cache@v3
3028
id: corretto-cache

0 commit comments

Comments
 (0)