fix(ci): add build-essential to android-builder image for cargo-ndk compile
Build Android Builder Image / build (push) Successful in 7m5s
Android Release / build-apk (push) Failing after 3m30s

This commit is contained in:
funman300
2026-05-16 10:51:48 -07:00
parent e48f652454
commit 9d4234cded
+1 -1
View File
@@ -13,7 +13,7 @@ ENV ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/${NDK_VERSION} \
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
openjdk-17-jdk-headless \ openjdk-17-jdk-headless \
wget unzip curl ca-certificates git zip python3 \ build-essential wget unzip curl ca-certificates git zip python3 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Android SDK command-line tools # Android SDK command-line tools