fix patch is missing from path

This commit is contained in:
n3t1zen
2026-05-04 14:21:09 +08:00
parent 7b24c99449
commit 2368816476
+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 rsync
apt update && apt install -y openjdk-17-jdk-headless unzip curl rsync patch
/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: