Fix: Allow LFS pull to fail for Android build (doesn't need iOS framework)
Build Debug / Build Android Debug APK (push) Failing after 5m43s
Build UUVPN / Build Android APK (push) Failing after 1m16s
Build UUVPN / Cleanup old artifacts (push) Failing after 1s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled

This commit is contained in:
2026-07-04 01:01:15 +08:00
parent a3c82260f2
commit 8c1483da96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
- name: Pull Git LFS files
run: |
git lfs install
git lfs pull
git lfs pull || echo "LFS pull failed, continuing without LFS files (Android build doesn't need them)"
- name: Install Java 17
run: |