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:
|
steps:
|
||||||
- name: Setup Node.js (required for actions)
|
- name: Setup Node.js (required for actions)
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
apt-get update && apt-get install -y curl sudo
|
||||||
sudo apt-get install -y nodejs
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Setup Git LFS
|
- name: Setup Git LFS
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y git-lfs
|
apt-get install -y git-lfs
|
||||||
git lfs install
|
git lfs install
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
|
|||||||
@@ -53,12 +53,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup Node.js (required for actions)
|
- name: Setup Node.js (required for actions)
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
apt-get update && apt-get install -y curl sudo
|
||||||
sudo apt-get install -y nodejs
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Setup Git LFS
|
- name: Setup Git LFS
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y git-lfs
|
apt-get install -y git-lfs
|
||||||
git lfs install
|
git lfs install
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user