Просмотр исходного кода

Comment out fix step for KernelSU-Next

Comment out the 'Fix KernelSU-Next' step in action.yml.
jimsterino98 2 месяцев назад
Родитель
Сommit
64bbe3c51c
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      .github/actions/ksun/action.yml

+ 7 - 7
.github/actions/ksun/action.yml

@@ -74,10 +74,10 @@ runs:
         echo "KSU_VERSION=$KSU_VERSION" >> $GITHUB_ENV
         echo "KSU_COMMIT=$KSU_COMMIT" >> $GITHUB_ENV
 
-    - name: 'Fix KernelSU-Next'
-      shell: bash
-      run: |
-        set -euo pipefail
-        cd "$COMMON/KernelSU-Next"
-        cp ${{ github.action_path }}/patches/static.patch ./
-        patch -p1 < static.patch
+#    - name: 'Fix KernelSU-Next'
+#      shell: bash
+#      run: |
+#        set -euo pipefail
+#        cd "$COMMON/KernelSU-Next"
+#        cp ${{ github.action_path }}/patches/static.patch ./
+#        patch -p1 < static.patch