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 28, 2021
1 parent ca35d1b commit 2d48b20
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Make Recovery
on:
workflow_dispatch:
inputs:
LIBRARY_NAME:
description: 'LIBRARY_NAME'
required: false
default: 'omni_'
LIBRARY_URL:
description: 'LIBRARY_URL'
required: true
Expand All @@ -30,11 +26,7 @@ on:
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'msmnile'
DEVICE_TYPE:
description: 'DEVICE_TYPE'
required: true
default: 'eng'
default: 'omni_msmnile'

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

0 comments on commit 2d48b20

Please sign in to comment.