Update OrangeFox-OFRP.yml

This commit is contained in:
ragebreaker 2024-08-16 07:02:24 +05:30 committed by GitHub
parent bc9dc418af
commit 6dccd4029c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,11 @@ jobs:
git clone https://gitlab.com/OrangeFox/misc/scripts.git git clone https://gitlab.com/OrangeFox/misc/scripts.git
cd scripts cd scripts
sudo bash setup/android_build_env.sh sudo bash setup/android_build_env.sh
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
max-size: "10G"
- name: Set-up Manifest # For github workspace use single {} - name: Set-up Manifest # For github workspace use single {}
run: | run: |