Преглед изворни кода

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 \