소스 검색

Update build.yml

added space by accident oops but should be good now
jimsterino98 6 달 전
부모
커밋
5704c45619
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: |