mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-31 23:03:33 +00:00
Add pkg-config and zip dependencies to Android build job for vcpkg
This commit is contained in:
@@ -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
|
||||
- apt-get install -y -qq openjdk-17-jdk wget unzip 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
|
||||
|
||||
Reference in New Issue
Block a user