소스 검색

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