Skip to content

Commit

Permalink
Revert "Merge pull request #1 from xc112lg/patch-1"
Browse files Browse the repository at this point in the history
This reverts commit 17e7f7d, reversing
changes made to 66e10d6.
  • Loading branch information
sounddrill31 committed Feb 15, 2024
1 parent 6653c98 commit 5cdccd2
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 @@ -115,7 +115,7 @@ jobs:
${{ github.event.inputs.BUILD_DIFFERENT_ROM }} ; \
git clone ${{ github.event.inputs.LOCAL_MANIFEST }} --depth 1 -b ${{ github.event.inputs.LOCAL_MANIFEST_BRANCH }} .repo/local_manifests && \
# Sync the repositories
repo sync -c -j$(nproc --all) --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync --no-interactive && \
repo sync -c -j$(nproc --all) --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync && \
# Set up build environment
export BUILD_HOSTNAME=crave ; \
export BUILD_USERNAME=sounddrill31 ; \
Expand Down

0 comments on commit 5cdccd2

Please sign in to comment.