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 2c32177 commit fc28a64Copy full SHA for fc28a64
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install JDK ${{ matrix.java_version }}
19
uses: actions/setup-java@v2
20
with:
21
- distribution: 'adopt'
+ distribution: 'zulu'
22
java-version: ${{ matrix.java_version }}
23
- name: Install Android SDK
24
uses: malinskiy/action-android/install-sdk@release/0.1.2
0 commit comments