浏览代码

fix(action): remove unnecessary -F3 flag from patch command

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

+ 1 - 1
.github/actions/susfs/action.yml

@@ -96,7 +96,7 @@ runs:
           fi
         fi
 
-        patch -p1 -F3 < 50_add_susfs_in_gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch || true
+        patch -p1 < 50_add_susfs_in_gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch || true
 
         if [ "$FIX_NAMESPACE" = "1" ]; then
           sed -i '/^#include "internal.h"$/a #include <trace/hooks/blk.h>' fs/namespace.c