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
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user