Forráskód Böngészése

Update build.yml

added space by accident oops but should be good now
jimsterino98 6 hónapja
szülő
commit
5704c45619
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -60,7 +60,7 @@ jobs:
       
       - name: Clone Kernel Source
         run: |
-            git clone -- depth 1 -b ${{ inputs.branch }} --single-branch https://github.com/WildKernels/Samsung_Kernels.git $CONFIG
+            git clone --depth 1 -b ${{ inputs.branch }} --single-branch https://github.com/WildKernels/Samsung_Kernels.git $CONFIG
             
       - name: Set Path Environment Variables
         run: |