add rsync to ci
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user