Skip to content

Commit

Permalink
JDK 17 のセットアップを挟んでみる
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Feb 20, 2024
1 parent d57fe43 commit 29164da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ jobs:
if: matrix.name == 'android'
run: |
sudo apt-get -y install ninja-build
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
if: matrix.name == 'android'
- name: Setup Android SDK
uses: android-actions/[email protected]
if: matrix.name == 'android'
Expand Down

0 comments on commit 29164da

Please sign in to comment.