Skip to content

Commit

Permalink
Update Make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azwhikaru authored Nov 29, 2021
1 parent 2d48b20 commit a56506f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
description: 'LIBRARY_BRANCH'
required: true
default: 'twrp-10.0-deprecated'
LIBRARY_TYPE:
description: 'LIBRARY_TYPE'
required: false
default: 'omni_'
DEVICE_URL:
description: 'DEVICE_URL'
required: true
Expand All @@ -26,7 +30,7 @@ on:
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'omni_msmnile'
default: 'msmnile'

jobs:
build:
Expand Down Expand Up @@ -89,7 +93,7 @@ jobs:
cd ${{ steps.pwd.outputs.pwd }}
export ALLOW_MISSING_DEPENDENCIES=true
source build/envsetup.sh
lunch ${{ github.event.inputs.DEVICE_NAME }}-eng
lunch ${{ github.event.inputs.LIBRARY_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng
make clean
make recoveryimage -j$(nproc --all)
Expand Down

0 comments on commit a56506f

Please sign in to comment.