Skip to content

Commit

Permalink
Do not delete ".repo" before starting
Browse files Browse the repository at this point in the history
Do not delete ".repo" before starting
  • Loading branch information
azwhikaru authored Jul 7, 2022
1 parent 50a4266 commit cbc7417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
run: |
PATH=~/bin:$PATH
cd workspace
repo sync -j$(nproc --all) -c --no-clone-bundle --no-tags
rm -rf .repo
repo sync -j$(nproc --all)
- name: Clone device tree
run: |
Expand Down

0 comments on commit cbc7417

Please sign in to comment.