Update Make.yml

This commit is contained in:
Aizawa Hikaru 2022-03-15 01:32:58 +08:00 committed by GitHub
parent 0e7522bdc2
commit c1b0634982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,10 @@ on:
description: 'DEVICE_NAME' description: 'DEVICE_NAME'
required: true required: true
default: 'Archytas' default: 'Archytas'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'omni_Archytas'
jobs: jobs:
build: build:
@ -91,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.DEVICE_NAME }}-eng lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng
make clean make clean
make recoveryimage -j$(nproc --all) make recoveryimage -j$(nproc --all)