From db00456663dadeee9501d15e87e694b7b15b662c Mon Sep 17 00:00:00 2001 From: ShazuxD Date: Thu, 10 Aug 2023 22:55:38 +0530 Subject: [PATCH] ci: missing font issue https://github.com/PitchBlackRecoveryProject/manifest_pb/issues/24 https://github.com/PitchBlackRecoveryProject/manifest_pb/issues/19 --- .github/workflows/pbrp-organization-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pbrp-organization-ci.yml b/.github/workflows/pbrp-organization-ci.yml index 24b4786..f416261 100644 --- a/.github/workflows/pbrp-organization-ci.yml +++ b/.github/workflows/pbrp-organization-ci.yml @@ -22,7 +22,7 @@ env: SFPassword: ${{ secrets.SFPassword }} SFUserName: ${{ secrets.SFUserName }} TARGET: "pbrp" - #EXTRA_CMD: "Extra Commands Here" + EXTRA_CMD: "cd external/noto-fonts/other &&wget https://github.com/ShazuxD/extras/raw/main/font.zip &&unzip -o font.zip &&cd ../../.." jobs: PBRP_CI: