fix CI
This commit is contained in:
parent
87762c03b6
commit
a816c84f8c
@ -103,6 +103,16 @@ jobs:
|
||||
- name: Build frontend
|
||||
run: bun run build
|
||||
|
||||
- name: Ensure Android SDK packages & licenses
|
||||
run: |
|
||||
SDKMANAGER="$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager"
|
||||
# Accept all SDK licenses (required before Gradle can auto-install components)
|
||||
yes | "$SDKMANAGER" --sdk_root="$ANDROID_HOME" --licenses
|
||||
# Install the build-tools / platform the Gradle build needs
|
||||
yes | "$SDKMANAGER" --sdk_root="$ANDROID_HOME" \
|
||||
"platforms;android-36" \
|
||||
"build-tools;35.0.0"
|
||||
|
||||
- name: Ensure Android NDK
|
||||
run: |
|
||||
if [ ! -d "$NDK_HOME" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user