fix ci cache to speed up building

This commit is contained in:
n3t1zen
2026-05-05 18:50:22 +08:00
parent 2454afbd4d
commit 65e1c77ec9
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
export ANDROID_HOME="$HOME/Android/Sdk"
export ANDROID_HOME="$PWD/Android/Sdk"
export ANDROID_SDK_ROOT="$ANDROID_HOME"
if [ -d "$ANDROID_HOME" ]; then