Fix: Use node:20-bullseye container for CI/CD (includes Node.js)
Build Debug / Build Android Debug APK (push) Failing after 18s
Build UUVPN / Build Android APK (push) Failing after 6s
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:32:24 +08:00
parent c418800664
commit 606b3aca90
2 changed files with 8 additions and 14 deletions
+4 -7
View File
@@ -15,17 +15,14 @@ jobs:
build-android-debug:
name: Build Android Debug APK
runs-on: ubuntu-latest
container:
image: node:20-bullseye
options: --user root
steps:
- name: Setup Node.js (required for actions)
run: |
apt-get update && apt-get install -y curl sudo
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- name: Setup Git LFS
run: |
apt-get install -y git-lfs
apt-get update && apt-get install -y git-lfs
git lfs install
git lfs pull
+4 -7
View File
@@ -49,17 +49,14 @@ jobs:
name: Build Android APK
runs-on: ubuntu-latest
if: ${{ github.event.inputs.build_android != 'false' }}
container:
image: node:20-bullseye
options: --user root
steps:
- name: Setup Node.js (required for actions)
run: |
apt-get update && apt-get install -y curl sudo
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- name: Setup Git LFS
run: |
apt-get install -y git-lfs
apt-get update && apt-get install -y git-lfs
git lfs install
git lfs pull