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 6e0901e commit 5d5beafCopy full SHA for 5d5beaf
.github/workflows/android-ci.yml
@@ -34,11 +34,11 @@ jobs:
34
name: Restore Corretto
35
with:
36
path: $JDK_FILE
37
- key: ${{ runner.os }}-corretto-${{ steps.get-latest-corretto-url.outputs.___URL }}
+ key: ${{ runner.os }}-corretto-${{ $GITHUB_OUTPUT.___URL }}
38
39
- name: Download AWS Corretto
40
if: steps.corretto-cache.outputs.cache-hit != 'true'
41
- run: wget steps.get-latest-corretto-url.outputs.___URL
+ run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
42
43
- name: ☕ Set up JDK 17
44
uses: actions/setup-java@v3
0 commit comments