Skip to content

Commit 95a99c6

Browse files
committed
wget output filename defined.
1 parent 7a9b851 commit 95a99c6

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Download AWS Corretto
3737
if: steps.corretto-cache.outputs.cache-hit != 'true'
38-
run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
38+
run: wget -O amazon-corretto-17-x64-linux-jdk.tar.gz ${{ steps.get-latest-corretto-url.outputs.___URL }}
3939

4040
- name: ☕ Set up JDK 17
4141
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)