Update OrangeFox-Compile.yml

This commit is contained in:
Carlo Dandan
2023-08-05 19:15:02 +08:00
committed by GitHub
parent 37d4e7229d
commit 98420521db
+2 -6
View File
@@ -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