Skip to content

Commit

Permalink
update twrp-14
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Falconer <[email protected]>
  • Loading branch information
MrFluffyOven authored Oct 13, 2024
1 parent b3bdfa4 commit 3b2d142
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
DEVICE_TREE_BRANCH:
description: 'Custom Recovery Tree Branch' # Your Device Tree Branch, make sure it's right.
required: true
default: 'twrp-12.1'
default: 'twrp-14'
DEVICE_PATH:
description: 'Specify your Device Path' # As is, just like your DEVICE_PATH in your BoardConfig.mk
required: true
Expand Down Expand Up @@ -112,6 +112,8 @@ jobs:
run: |
cd android-recovery
repo sync -j$(nproc --all) --force-sync
repo start
repopick -Q "branch:android-14+status:open+-change:7371+-change:7543+-change:7553+-change:7671+-change:7717+-change:7718"
- name: Clone Device Tree
run: |
Expand All @@ -133,7 +135,7 @@ jobs:
continue-on-error: true

- name: Install Python 2
if: github.event.inputs.MANIFEST_BRANCH != 'twrp-11' && github.event.inputs.MANIFEST_BRANCH != 'twrp-12.1'
if: github.event.inputs.MANIFEST_BRANCH != 'twrp-12.1' && github.event.inputs.MANIFEST_BRANCH != 'twrp-14'
run: |
sudo apt -y install python2
cd /usr/bin
Expand Down

0 comments on commit 3b2d142

Please sign in to comment.