Skip to content

Commit

Permalink
local: Move repo init above local clone
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Dec 29, 2023
1 parent d729e51 commit 7542370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
else
rm -rf .repo/local_manifests
git clone ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }} .repo/local_manifests
repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp -b twrp-12.1
git clone ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }} .repo/local_manifests
fi
timeout 1m repo sync --force-sync || true
timeout-minutes: 6
Expand Down

0 comments on commit 7542370

Please sign in to comment.