Skip to content

Commit 35a0a78

Browse files
committed
runner updated.
1 parent 9cf958b commit 35a0a78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333

3434
- name: Download AWS Corretto
3535
if: steps.corretto-cache.outputs.cache-hit != 'true'
36-
run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
37-
36+
run: wget https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz
37+
# run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
38+
3839
- name: ☕ Set up JDK 17
3940
uses: actions/setup-java@v3
4041
with:

0 commit comments

Comments
 (0)