Update OrangeFox-Testing.yml

This commit is contained in:
Carlo Dandan | Not a Developer
2022-10-31 15:33:35 +08:00
committed by GitHub
parent 2b9449bfa4
commit 37d4e7229d
+2 -5
View File
@@ -108,15 +108,12 @@ jobs:
cond: ${{ github.event.inputs.MANIFEST_BRANCH == '11.0' || github.event.inputs.MANIFEST_BRANCH == '12.1' }}
if_true: lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
if_false: lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && mka ${{ github.event.inputs.BUILD_TARGET }}image
#${{ steps.fox_branch.outputs.value }}
- name: Building Custom Recovery
run: |
cd ~/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export FOX_USE_TWRP_RECOVERY_IMAGE_BUILDER=1
export LC_ALL="C"
brunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
${{ steps.fox_branch.outputs.value }}
echo "Done..."
working-directory: ${{ steps.pwd.outputs.workdir }}