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:
|
MANIFEST_TYPE:
|
||||||
description: 'MANIFEST_TYPE'
|
description: 'MANIFEST_TYPE'
|
||||||
required: true
|
required: true
|
||||||
default: 'omni'
|
default: 'omni_'
|
||||||
MANIFEST_URL:
|
MANIFEST_URL:
|
||||||
description: 'MANIFEST_URL'
|
description: 'MANIFEST_URL'
|
||||||
required: true
|
required: true
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
cd ${{ steps.pwd.outputs.pwd }}
|
cd ${{ steps.pwd.outputs.pwd }}
|
||||||
export ALLOW_MISSING_DEPENDENCIES=true
|
export ALLOW_MISSING_DEPENDENCIES=true
|
||||||
source build/envsetup.sh
|
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 clean
|
||||||
make recoveryimage -j$(nproc --all)
|
make recoveryimage -j$(nproc --all)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user