Skip to content

Commit 47161c6

Browse files
committed
test(android): don't upgrade
1 parent ddfb05e commit 47161c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
docker run --privileged --platform linux/arm64 --name termux-build \
6060
-e DEBIAN_FRONTEND=noninteractive \
6161
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"
62+
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"
6363
docker commit termux-build termux-android:latest
6464
docker rm termux-build
6565
docker save termux-android:latest -o /tmp/termux-android.tar

0 commit comments

Comments
 (0)