Explorar o código

Modify action.yml to add bbg into kconfig

jimsterino98 hai 4 meses
pai
achega
6bc18a9eab
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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