CI: add android license step to fix build

This commit is contained in:
TypicalUsername-ai 2025-03-11 18:46:40 +00:00 committed by Johannes Millan
parent 4037ffbab2
commit 7552ecd7d7

View file

@ -25,6 +25,11 @@ jobs:
uses: gradle/actions/setup-gradle@v4
# - name: Build with Gradle
# run: ./gradlew build
- name: Setup android-sdk
uses: android-actions/setup-android@v3
with:
accept-android-sdk-licenses: true
log-accepted-android-sdk-licenses: true #make accepting the android sdk license verbose
- name: Get npm cache directory
id: npm-cache-dir