We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfb05e commit 47161c6Copy full SHA for 47161c6
1 file changed
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
docker run --privileged --platform linux/arm64 --name termux-build \
60
-e DEBIAN_FRONTEND=noninteractive \
61
termux/termux-docker:aarch64 \
62
- bash -c "apt update && apt upgrade -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold && apt install -y git clang curl zip make cmake ninja openssl && curl -fsSL https://lde.sh/install | sh -s -- --nightly"
+ bash -c "apt update && apt install -y git clang curl zip make cmake ninja autoconf automake libtool openssl perl && curl -fsSL https://lde.sh/install | sh -s -- --nightly"
63
docker commit termux-build termux-android:latest
64
docker rm termux-build
65
docker save termux-android:latest -o /tmp/termux-android.tar
0 commit comments