Update Make.yml
This commit is contained in:
parent
cfaed436b3
commit
3ae2e51a9f
4
.github/workflows/Make.yml
vendored
4
.github/workflows/Make.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
MANIFEST_TYPE:
|
||||
description: 'MANIFEST_TYPE'
|
||||
required: true
|
||||
default: 'omni'
|
||||
default: 'omni_'
|
||||
MANIFEST_URL:
|
||||
description: 'MANIFEST_URL'
|
||||
required: true
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
cd ${{ steps.pwd.outputs.pwd }}
|
||||
export ALLOW_MISSING_DEPENDENCIES=true
|
||||
source build/envsetup.sh
|
||||
lunch ${{ github.event.inputs.MANIFEST_TYPE }}_${{ github.event.inputs.DEVICE_NAME }}-eng
|
||||
lunch ${{ github.event.inputs.MANIFEST_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng
|
||||
make clean
|
||||
make recoveryimage -j$(nproc --all)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user