Skip to content

Commit

Permalink
Update Make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azwhikaru authored Mar 14, 2022
1 parent 0e7522b commit c1b0634
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
description: 'DEVICE_NAME'
required: true
default: 'Archytas'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'omni_Archytas'

jobs:
build:
Expand Down Expand Up @@ -91,7 +95,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.MAKEFILE_NAME }}-eng
make clean
make recoveryimage -j$(nproc --all)
Expand Down

0 comments on commit c1b0634

Please sign in to comment.