瀏覽代碼

fix(susfs): fail loud on SUSFS patch rejects

TheWildJames 4 天之前
父節點
當前提交
5dacfc885d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/susfs-patches/action.yml

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

@@ -85,7 +85,7 @@ runs:
      shell: bash
      run: |
       cd "$COMMON"
-      patch -p1 < 50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch || true
+      patch -p1 < 50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch
       rm -rf 50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch
       shopt -s nullglob
       patches=("$KERNEL_PATCHES/samsung/$BRANCH"/*.patch)