Skip to content

Commit

Permalink
CI: Add --recursive when cloning (xiaoleGun#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
anVzdGFtb25 authored May 11, 2024
1 parent 60e4c7d commit fe86a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Download kernel source
run: |
cd $GITHUB_WORKSPACE/kernel_workspace
git clone ${{ env.KERNEL_SOURCE }} -b ${{ env.KERNEL_SOURCE_BRANCH }} android-kernel --depth=1
git clone --recursive ${{ env.KERNEL_SOURCE }} -b ${{ env.KERNEL_SOURCE_BRANCH }} android-kernel --depth=1
if [[ ${{ env.ADD_LOCALVERSION_TO_FILENAME }} == 'true' ]]; then
echo "LOCALVERSION=$(cat android-kernel/localversion)" >> $GITHUB_ENV
else
Expand Down

0 comments on commit fe86a0c

Please sign in to comment.