Parcourir la source

fix(action): remove redundant conditional for SYSVIPC kABI patch application

TheWildJames il y a 4 mois
Parent
commit
ea0ed80ca7
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      .github/actions/droidspaces/action.yml

+ 0 - 1
.github/actions/droidspaces/action.yml

@@ -49,7 +49,6 @@ runs:
         elif [ "${{ inputs.version }}" == "android13-5.15" ]; then
           cp ${{ github.workspace }}/Droidspaces-OSS/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch ./
           patch -p1 < 001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch
-        fi
         elif [ "${{ inputs.version }}" == "android12-5.10" ] || [ "${{ inputs.version }}" == "android13-5.10" ] || [ "${{ inputs.version }}" == "android13-5.15" ]; then
           cp ${{ github.workspace }}/Droidspaces-OSS/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch ./
           patch -p1 < 001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch