Skip to content

Commit 94343ca

Browse files
committed
runner updated.
1 parent 5d5beaf commit 94343ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yml

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

3939
- name: Download AWS Corretto
4040
if: steps.corretto-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)