We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b325f5f commit 0e7522bCopy full SHA for 0e7522b
.github/workflows/Make.yml
@@ -3,10 +3,6 @@ name: Normal
3
on:
4
workflow_dispatch:
5
inputs:
6
- MANIFEST_TYPE:
7
- description: 'MANIFEST_TYPE'
8
- required: false
9
- default: 'omni_'
10
MANIFEST_URL:
11
description: 'MANIFEST_URL'
12
required: true
@@ -95,7 +91,7 @@ jobs:
95
91
cd ${{ steps.pwd.outputs.pwd }}
96
92
export ALLOW_MISSING_DEPENDENCIES=true
97
93
source build/envsetup.sh
98
- lunch ${{ github.event.inputs.MANIFEST_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng
94
+ lunch ${{ github.event.inputs.DEVICE_NAME }}-eng
99
make clean
100
make recoveryimage -j$(nproc --all)
101
0 commit comments