浏览代码

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

TheWildJames 3 月之前
父节点
当前提交
78ac361d29
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 \