add rsync to ci

This commit is contained in:
n3t1zen
2026-05-04 14:17:22 +08:00
parent a6b2024c74
commit a781e3ac62
+1 -1
View File
@@ -1,7 +1,7 @@
build-android:
image: golang:1.26.2-bookworm
before_script: |
apt update && apt install -y openjdk-17-jdk-headless unzip curl
apt update && apt install -y openjdk-17-jdk-headless unzip curl rsync
/usr/lib/jvm/java-17-openjdk-amd64/bin/java --version
mkdir -p ~/.ssh && ssh-keyscan -p 22 -t rsa,ed25519 git.inker.bot >> ~/.ssh/known_hosts
script: