Update config.yml

This commit is contained in:
Carlo Dandan
2022-10-25 01:01:32 +08:00
committed by GitHub
parent 72830b9d44
commit 78f7693a33
+1 -3
View File
@@ -11,9 +11,7 @@ jobs:
- run: cd ~
- run: sudo apt install git aria2 -y
- run: echo "Necessary Packages"
- run: git clone https://gitlab.com/OrangeFox/misc/scripts
- run: cd ~/scripts
- run: sudo bash setup/android_build_env.sh
- run: git clone https://gitlab.com/OrangeFox/misc/scripts && cd scripts && sudo bash setup/android_build_env.sh
- run: echo "Sync Sources"
- run: mkdir ~/OrangeFox && cd ~/OrangeFox
- run: git clone https://gitlab.com/OrangeFox/sync.git && cd ~/OrangeFox/sync