Przeglądaj źródła

Remove root_flavor from kernel configuration step

Removed root_flavor input from Set Kernel Configuration Variables step.
jimsterino98 1 tydzień temu
rodzic
commit
45b4dea296
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      .github/workflows/build.yml

+ 0 - 1
.github/workflows/build.yml

@@ -354,7 +354,6 @@ jobs:
         uses: ./.github/actions/configs
         with:
          kpm: ${{ inputs.kpm }}
-         root_flavor: ${{ inputs.root_flavor }}
          
       - name: Change Kernel Name and clean dirty
         uses: ./.github/actions/kernel-name