diff options
| author | 2023-06-06 07:06:34 -0400 | |
|---|---|---|
| committer | 2023-06-06 07:06:34 -0400 | |
| commit | 5ff28ffc6dcf85fb4aac2afb5521b6d3039be0c5 (patch) | |
| tree | 2b009d550800de21d65c7a6ea826c1f001d549f9 /.github | |
| parent | android: audio_core: sink_stream: Remove unnecessary check. (diff) | |
| download | yuzu-5ff28ffc6dcf85fb4aac2afb5521b6d3039be0c5.tar.gz yuzu-5ff28ffc6dcf85fb4aac2afb5521b6d3039be0c5.tar.xz yuzu-5ff28ffc6dcf85fb4aac2afb5521b6d3039be0c5.zip | |
android: Fix ci builds with Java 17
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9875de206..916717364 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -129,6 +129,11 @@ jobs: | |||
| 129 | - uses: actions/checkout@v3 | 129 | - uses: actions/checkout@v3 |
| 130 | with: | 130 | with: |
| 131 | submodules: recursive | 131 | submodules: recursive |
| 132 | - name: set up JDK 17 | ||
| 133 | uses: actions/setup-java@v3 | ||
| 134 | with: | ||
| 135 | java-version: '17' | ||
| 136 | distribution: 'adopt' | ||
| 132 | - name: Set up cache | 137 | - name: Set up cache |
| 133 | uses: actions/cache@v3 | 138 | uses: actions/cache@v3 |
| 134 | with: | 139 | with: |