Forráskód Böngészése

Simplify bbg configuration in action.yml

Replace manual config append with script command.
jimsterino98 1 hónapja
szülő
commit
8a3d0e1d9d
1 módosított fájl, 1 hozzáadás és 4 törlés
  1. 1 4
      .github/actions/bbg/action.yml

+ 1 - 4
.github/actions/bbg/action.yml

@@ -14,10 +14,7 @@ runs:
    - name: enable bbg in defconfig
      shell: bash
      run: |
-      cd "$GITHUB_WORKSPACE"
-      cat >> "$GKI_DEFCONFIG" << 'EOF'
-      CONFIG_BBG=y
-      EOF
+      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_BBG
 
    - name: add bbg into kconfig
      shell: bash