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 6009bcc commit ad2bfc7Copy full SHA for ad2bfc7
.github/workflows/android-ci.yml
@@ -22,9 +22,7 @@ jobs:
22
23
- name: Get latest Corretto URL
24
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
+ 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
28
29
- uses: actions/cache@v3
30
id: corretto-cache
0 commit comments