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 7a9b851 commit 95a99c6Copy full SHA for 95a99c6
.github/workflows/android-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Download AWS Corretto
37
if: steps.corretto-cache.outputs.cache-hit != 'true'
38
- run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
+ run: wget -O amazon-corretto-17-x64-linux-jdk.tar.gz ${{ steps.get-latest-corretto-url.outputs.___URL }}
39
40
- name: ☕ Set up JDK 17
41
uses: actions/setup-java@v3
0 commit comments