We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86eca1 commit 844495aCopy full SHA for 844495a
.github/workflows/android-ci.yml
@@ -23,8 +23,9 @@ jobs:
23
- name: Get latest Corretto URL
24
id: get-latest-corretto-url
25
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
+ JDK_URL=$(curl -LIs -o /dev/null -w %{url_effective} https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz)
+ echo $JDK_URL
28
+ echo "{URL}={$JDK_URL}" >> $GITHUB_OUTPUT
29
30
- uses: actions/cache@v3
31
id: corretto-cache
0 commit comments