use CI_JOB_TOKEN and fix ci script

This commit is contained in:
n3t1zen
2026-05-04 12:52:12 +08:00
parent e9f855e3eb
commit 5aeec30964
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
build-android:
image: golang:1.25.9-trixie # according to the original ~1.25.7
before_script: |
sudo apt update && sudo apt install -y openjdk-17-jdk-headless
apt update && apt install -y openjdk-17-jdk-headless
/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: