Update OrangeFox-Compile.yml
This commit is contained in:
@@ -60,6 +60,8 @@ jobs:
|
||||
build:
|
||||
if: github.event.repository.owner.id == github.event.sender.id
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Check Out
|
||||
uses: actions/checkout@v3.1.0
|
||||
@@ -71,11 +73,6 @@ jobs:
|
||||
|
||||
- name: Cleanup
|
||||
uses: rokibhasansagar/slimhub_actions@main
|
||||
|
||||
- name: Set Swap Space
|
||||
uses: pierotofy/set-swap-space@master
|
||||
with:
|
||||
swap-size-gb: 10
|
||||
|
||||
- name: Build Environment
|
||||
run: |
|
||||
@@ -128,7 +125,6 @@ jobs:
|
||||
- name: Building OrangeFox
|
||||
run: |
|
||||
cd fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|
||||
ccache -M 10G
|
||||
source build/envsetup.sh
|
||||
export ALLOW_MISSING_DEPENDENCIES=true
|
||||
export FOX_USE_TWRP_RECOVERY_IMAGE_BUILDER=1
|
||||
|
||||
Reference in New Issue
Block a user