Browse Source

Merge pull request #10641 from 8bitDream/ci-android

android: Fix ci builds with Java 17
nce_cpp
Narr the Reg 3 years ago
committed by GitHub
parent
commit
765a23b9da
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -129,6 +129,11 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Set up cache - name: Set up cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:

Loading…
Cancel
Save