浏览代码

Modify action.yml to add bbg into kconfig

jimsterino98 4 月之前
父节点
当前提交
6bc18a9eab
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/actions/bbg/action.yml

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

@@ -22,6 +22,7 @@ runs:
    - name: add bbg into kconfig
      shell: bash
      run: |
+       cd "$COMMON"
        sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' security/Kconfig
 
    - name: if config_lsm is in defconfig, add bbg