Skip to content

Commit

Permalink
Add Java and Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored Nov 14, 2024
1 parent 9de6d6d commit 803339f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
- name: Set up JDK 18
uses: actions/[email protected]
with:
java-version: '18'
distribution: 'temurin' # Note to self: This IS OpenJDK

- name: Setup Android SDK
uses: android-actions/[email protected]

- name: Check build prerequisites
run: |
bash check-build-prerequisites.sh
Expand Down

0 comments on commit 803339f

Please sign in to comment.