Add cmake and build-essential to Android build job

This commit is contained in:
Zephyron
2025-09-16 19:01:38 +10:00
parent 35b4378833
commit 1d461b2d84

View File

@@ -136,7 +136,7 @@ build-android:
- ubuntu
before_script:
- apt-get update -qq
- apt-get install -y -qq openjdk-17-jdk wget unzip git
- apt-get install -y -qq openjdk-17-jdk wget unzip git cmake build-essential
# Install Android SDK (latest version for Ubuntu 24.04)
- wget -q https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
- unzip -q commandlinetools-linux-11076708_latest.zip