Fix: Install curl and sudo first, then use apt without sudo
Build Debug / Build Android Debug APK (push) Failing after 1s
Build UUVPN / Build Android APK (push) Failing after 1s
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:24:55 +08:00
parent fe12e9ce33
commit c418800664
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -19,12 +19,13 @@ jobs:
steps:
- name: Setup Node.js (required for actions)
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
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: |
sudo apt-get install -y git-lfs
apt-get install -y git-lfs
git lfs install
git lfs pull