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