Browse Source

better to remove the ntry to work around github ci and build.sh

TheWildJames 3 months ago
parent
commit
78ac361d29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/build-kernel/action.yml

+ 1 - 1
.github/actions/build-kernel/action.yml

@@ -41,8 +41,8 @@ runs:
     shell: bash
     working-directory: ${{ github.workspace }}/kernel
     run: |
-      #sed -i 's/check_defconfig//' ./common/build.config.gki
       if [ -f "build/build.sh" ]; then
+        sed -i 's/check_defconfig//' ./common/build.config.gki
         BUILD_GKI_ARTIFACTS= \
         BUILD_GKI_CERTIFICATION_TOOLS=0 \
         BUILD_SYSTEM_DLKM=0 \