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