diff --git a/.github/workflows/Recovery-Builder-PBRP.yml b/.github/workflows/Recovery-Builder-PBRP.yml index f0f9ead..13c2b29 100644 --- a/.github/workflows/Recovery-Builder-PBRP.yml +++ b/.github/workflows/Recovery-Builder-PBRP.yml @@ -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