Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 6, 2024
1 parent 89d8d2c commit 2574148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ initRepos() {
}
syncRepos() {
echo "--> Syncing repos"
repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
repo sync -c --force-sync --no-clone-bundle --no-tags -j1 || repo sync -c --force-sync --no-clone-bundle --no-tags -j1
echo
}

Expand Down

0 comments on commit 2574148

Please sign in to comment.