Browse Source

fix(action): remove fallback from patch application for SUSFS in action.yml

TheWildJames 4 months ago
parent
commit
ab1bd612da
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/actions/susfs/action.yml

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

@@ -167,7 +167,8 @@ runs:
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
-        patch -p1 < 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
 
     - name: Revert Android 12 5.10 Fake Patches
       shell: bash