Skip to content

Commit

Permalink
Merge pull request carlodandan#18 from cd-Crypton/main
Browse files Browse the repository at this point in the history
builder-pbrp: Fixed missing fonts while building PRBP.
  • Loading branch information
carlodandan authored Jan 9, 2024
2 parents e895782 + 3fb4323 commit d77783f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Recovery-Builder-PBRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ jobs:
cd /usr/bin
sudo ln -sf python2 python
- name: Fixed Missing Fonts
run: |
cd android-recovery
cd external/noto-fonts/other
wget https://github.com/cd-Crypton/custom-recovery-extras/raw/main/missing-font.zip
unzip -o missing-font.zip
- name: Building Image
run: |
cd android-recovery
Expand Down

0 comments on commit d77783f

Please sign in to comment.