Update OrangeFox-Compile.yml

This commit is contained in:
Carlo Dandan
2022-10-26 13:17:25 +08:00
committed by GitHub
parent 41bb9ef79f
commit 7b0f566dba
+4 -4
View File
@@ -80,13 +80,13 @@ jobs:
- name: Necessary Packages
run: |
git clone https://github.com/cd-Spidey/cd-Spidey/ ./buildenv
sudo bash buildenv/setup/android/build_env.sh
git clone https://github.com/cd-Spidey/Random.git ./buildenv
sudo bash buildenv/setup/packages/build_env.sh
- name: Install OpenJDK
run: |
git clone https://github.com/cd-Spidey/cd-Spidey/ ./opendjk
sudo bash opendjk/setup/android/open_jdk.sh
git clone https://github.com/cd-Spidey/Random.git ./opendjk
sudo bash opendjk/setup/packages/open_jdk.sh
- name: Set-up Manifest
run: |