Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodandan authored Oct 28, 2022
1 parent 96ceb51 commit be10718
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,21 @@ jobs:
- name: Prepare the Environment
run: |
sudo dpkg --add-architecture i386
git clone https://github.com/cd-Spidey/Random.git ./buildenv
sudo bash buildenv/setup/packages/build_env.sh
sudo apt update
sudo apt -y upgrade
sudo apt -y install gperf gcc-multilib gcc-10-multilib g++-multilib g++-10-multilib libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev tree lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc bc ccache lib32readline-dev lib32z1-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk3.0-dev libxml2 lzop pngcrush schedtool squashfs-tools imagemagick libbz2-dev lzma ncftp qemu-user-static libstdc++-10-dev python
- name: Install OpenJDK
run: |
git clone https://github.com/cd-Spidey/Random.git ./opendjk
sudo bash opendjk/setup/packages/open_jdk.sh
- name: Install Git-Repo
run: |
mkdir ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
sudo ln -sf ~/bin/repo /usr/bin/repo
- name: Initialize Repo
run: |
Expand Down

0 comments on commit be10718

Please sign in to comment.