Skip to content

Commit 5d5beaf

Browse files
committed
runner updated.
1 parent 6e0901e commit 5d5beaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
name: Restore Corretto
3535
with:
3636
path: $JDK_FILE
37-
key: ${{ runner.os }}-corretto-${{ steps.get-latest-corretto-url.outputs.___URL }}
37+
key: ${{ runner.os }}-corretto-${{ $GITHUB_OUTPUT.___URL }}
3838

3939
- name: Download AWS Corretto
4040
if: steps.corretto-cache.outputs.cache-hit != 'true'
41-
run: wget steps.get-latest-corretto-url.outputs.___URL
41+
run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
4242

4343
- name: ☕ Set up JDK 17
4444
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)