Update OrangeFox-Compile.yml

This commit is contained in:
Carlo Dandan | Not a Developer
2022-10-31 12:19:59 +08:00
committed by GitHub
parent 14aa4168c1
commit 81083f792e
+5 -9
View File
@@ -77,16 +77,12 @@ jobs:
with:
swap-size-gb: 10
- name: Initial Packages
- name: Build Environment
run: |
sudo apt update
sudo apt -y upgrade
sudo apt -y install git aria2
- name: Necessary Packages
run: |
git clone https://github.com/cd-Spidey/Random.git ./buildenv
sudo bash buildenv/setup/packages/build_env.sh
sudo apt install aria2 -y
git clone https://gitlab.com/OrangeFox/misc/scripts
cd scripts
sudo bash setup/android_build_env.sh
- name: Install OpenJDK
run: |