From 2d48b20284877a0d3292adfb6f9ee9e96fe13572 Mon Sep 17 00:00:00 2001 From: Aizawa Hikaru <37921907+azwhikaru@users.noreply.github.com> Date: Mon, 29 Nov 2021 02:12:20 +0800 Subject: [PATCH] Update Make.yml --- .github/workflows/Make.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index c0d8305..847ddae 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -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 @@ -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: @@ -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)