Fix Android build: add curl dependency for vcpkg downloads

- Added curl to Android build dependencies to fix oboe package download failure
- Fixed YAML indentation in Android build job
- Consolidated duplicate packages in apt-get install command
This commit is contained in:
Zephyron
2025-09-18 16:34:10 +10:00
parent e93008d38f
commit 240ecebf9e

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 cmake build-essential pkg-config zip
- apt-get install -y -qq openjdk-17-jdk wget unzip curl git cmake build-essential pkg-config zip
# 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