ci: 修复build-apk-for-user - 移除阿里云镜像 + 禁用configuration-cache

This commit is contained in:
HapeLee
2026-06-01 01:17:20 +08:00
parent c8f77d015f
commit 20731b31e6
+5 -1
View File
@@ -39,10 +39,14 @@ jobs:
echo "清空18PlusList.txt"
echo "" > $GITHUB_WORKSPACE/app/src/main/assets/18PlusList.txt
- name: Remove Aliyun mirrors (unreliable in CI)
run: |
sed -i '/maven.aliyun.com/d' settings.gradle
- name: Build Debug APK
run: |
chmod +x gradlew
./gradlew assembleAppDebug --no-daemon
./gradlew assembleAppDebug --no-daemon --no-configuration-cache
env:
COMMIT_NUMBER: ${{ github.run_number }}
APP_VERSION_NAME: debug-${{ github.run_number }}