mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-20 18:26:03 +08:00
GitHub Actions: also setup JDK 21 for gomobile
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -30,6 +30,12 @@ jobs:
|
||||
with:
|
||||
go-version: 1.23.4
|
||||
cache-dependency-path: "**/go.sum"
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
- name: LibCore Cache
|
||||
id: cache
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user