ci: install ssh for Android dev-builder (#6854)

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
LFC
2025-08-29 16:42:35 +08:00
committed by GitHub
parent 9213315613
commit f55023f300

View File

@@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
git \
unzip \
build-essential \
pkg-config
pkg-config \
openssh-client
# Install protoc
ARG PROTOBUF_VERSION=29.3