Skip to content

Commit e6ff7b9

Browse files
committed
ci: set jdk to 21
1 parent e9a0056 commit e6ff7b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/android_ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Checkout Code
1717
uses: actions/checkout@v5
1818

19+
- name: Set up JDK 21
20+
uses: actions/setup-java@v4
21+
with:
22+
distribution: 'temurin'
23+
java-version: '21'
24+
1925
- uses: dtolnay/rust-toolchain@master
2026
with:
2127
toolchain: 1.85.0

0 commit comments

Comments
 (0)