Skip to content

Commit 3b46ef9

Browse files
authored
Update Recovery Build.yml
- Update to python3 Since something update so Action-TWRP-Builder stopping in the `Prepare the environment` phase. Example: https://github.com/lopestom/Action-Recovery-Builder-CT/actions/runs/6437158675/job/17481827409#step:5:388 - Update to ubuntu-latest Since something update so Action-TWRP-Builder stopping in the `Prepare the environment` phase. Updating python3 failed to solve the issue alone. Therefore, it is necessary to update the Ubuntu version as well. This resolves future Operating System updates. The commit alread tested and passing to building img file normally. Tested to pass: https://github.com/lopestom/Action-Recovery-Builder-CT/actions/runs/6443479246/job/17495478515 https://github.com/lopestom/Action-Recovery-Builder-CT/actions/runs/6443479246/job/17495478515#step:5:1741
1 parent 2807911 commit 3b46ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Recovery Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646
build:
4747
if: github.event.repository.owner.id == github.event.sender.id
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-latest
4949
permissions:
5050
contents: write
5151
steps:
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
sudo apt update
7676
sudo apt -y upgrade
77-
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-gtk3-dev libxml2 lzop pngcrush schedtool squashfs-tools imagemagick libbz2-dev lzma ncftp qemu-user-static libstdc++-10-dev libncurses5 python
77+
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-gtk3-dev libxml2 lzop pngcrush schedtool squashfs-tools imagemagick libbz2-dev lzma ncftp qemu-user-static libstdc++-10-dev libncurses5 python3
7878
7979
- name: Install OpenJDK
8080
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)