Skip to content

Commit bc6cf44

Browse files
committed
fix(AAR build): missing java setup
1 parent 49689cd commit bc6cf44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ jobs:
6464

6565
- uses: actions/checkout@v4.2.2
6666

67+
- name: android setup java
68+
if: matrix.name == 'android-aar'
69+
uses: actions/setup-java@v4
70+
with:
71+
distribution: 'temurin'
72+
java-version: '17'
73+
6774
- name: windows install dependencies
6875
if: matrix.name == 'windows'
6976
run: choco install sqlite -y

0 commit comments

Comments
 (0)