diff --git a/.github/workflows/twrp.yml b/.github/workflows/twrp.yml index 029636e..f797598 100644 --- a/.github/workflows/twrp.yml +++ b/.github/workflows/twrp.yml @@ -31,7 +31,7 @@ jobs: cd ~/TWRP mkdir ~/.bin curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo - python3 ~/.bin/repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0 + python3 ~/.bin/repo init --depth=1 -u https://github.com/NotNoelChannel/platform_manifest_twrp_omni.git -b patch-1 git clone --branch twrp-6.0 --single-branch https://github.com/NotNoelChannel/twrp_device_samsung_j3xnlte.git ~/TWRP/device/samsung/j3xlte python3 ~/.bin/repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all) - name: Building TWRP