Browse Source
Merge pull request #10641 from 8bitDream/ci-android
android: Fix ci builds with Java 17
pull/15/merge
Narr the Reg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
.github/workflows/build.yml
|
|
|
@ -129,6 +129,11 @@ jobs: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
submodules: recursive |
|
|
|
- name: set up JDK 17 |
|
|
|
uses: actions/setup-java@v3 |
|
|
|
with: |
|
|
|
java-version: '17' |
|
|
|
distribution: 'adopt' |
|
|
|
- name: Set up cache |
|
|
|
uses: actions/cache@v3 |
|
|
|
with: |
|
|
|
|