Skip to content

Commit 9f9b5db

Browse files
committed
debug CI issues not failing for R8 exceptions
1 parent 32d8995 commit 9f9b5db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
~/.gradle/wrapper
1919
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
2020

21-
- name: set up JDK 17
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 17
24+
java-version: '17'
25+
distribution: 'temurin'
2526

2627
- name: Build with Gradle
2728
run: ./scripts/build.sh

0 commit comments

Comments
 (0)