Fix: Remove lfs option from checkout and use manual Git LFS setup
Build Debug / Build Android Debug APK (push) Failing after 2s
Build UUVPN / Build Android APK (push) Failing after 2s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
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-03 18:11:10 +08:00
parent 7773749c53
commit ebf60d4ce6
2 changed files with 18 additions and 6 deletions
+9 -3
View File
@@ -22,10 +22,11 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
lfs: true
- name: Git LFS Pull
run: git lfs pull
- name: Setup Git LFS
run: |
git lfs install
git lfs pull
- name: Set up JDK 17
uses: actions/setup-java@v4
@@ -76,6 +77,11 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Setup Git LFS
run: |
git lfs install
git lfs pull
- name: Verify Libbox framework before build
run: |
echo "========================================"
+9 -3
View File
@@ -57,6 +57,11 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Setup Git LFS
run: |
git lfs install
git lfs pull
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
@@ -162,10 +167,11 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
lfs: true
- name: Git LFS Pull
run: git lfs pull
- name: Setup Git LFS
run: |
git lfs install
git lfs pull
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1