Skip to content

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
azwhikaru authored Feb 25, 2022
1 parent b325f5f commit 0e7522b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Normal
on:
workflow_dispatch:
inputs:
MANIFEST_TYPE:
description: 'MANIFEST_TYPE'
required: false
default: 'omni_'
MANIFEST_URL:
description: 'MANIFEST_URL'
required: true
Expand Down Expand Up @@ -95,7 +91,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.DEVICE_NAME }}-eng
make clean
make recoveryimage -j$(nproc --all)
Expand Down

0 comments on commit 0e7522b

Please sign in to comment.