Sfoglia il codice sorgente

Do not delete ".repo" before starting

Do not delete ".repo" before starting
Πνευμα 4 anni fa
parent
commit
cbc74174ca
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      .github/workflows/Make.yml

+ 1 - 2
.github/workflows/Make.yml

@@ -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: |