|
@@ -60,7 +60,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Clone Kernel Source
|
|
- name: Clone Kernel Source
|
|
|
run: |
|
|
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
|
|
- name: Set Path Environment Variables
|
|
|
run: |
|
|
run: |
|