Kaynağa Gözat

ci: fix sed command in build workflow for lts patch level

TheWildJames 9 ay önce
ebeveyn
işleme
b74c233f6a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -606,7 +606,7 @@ jobs:
           #fi
 
           if [[ "${{ inputs.os_patch_level }}" == "lts" ]]; then
-            sed -i -E 's/\$\(CONFIG_ANDROID_BINDER_IPC_RUST\)/m/g' common/drivers/android/binder/Makefile
+            sed -i -E 's/\$\(CONFIG_ANDROID_BINDER_IPC_RUST\)/m/' common/drivers/android/binder/Makefile
             cat common/drivers/android/binder/Makefile
           else
             sed -i -E 's/\$\(CONFIG_ANDROID_BINDER_IPC_RUST\)/m/g' common/drivers/android/Makefile