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