@@ -69,12 +69,3 @@ runs:
exit 1
- - name: 'Patch AnyKernel3 for Bypass Hack'
- shell: bash
- if: inputs.bypass == 'true'
- working-directory: ${{ github.workspace }}/AnyKernel3
- run: |
- set -euo pipefail
- cp ${{ github.action_path }}/patches/bypass.patch "${{ github.workspace }}/AnyKernel3/bypass.patch"
- patch -p1 < bypass.patch
-