init submodule before fetch
This commit is contained in:
parent
dc500df9b3
commit
78ec308f48
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cron.yml
vendored
1
.github/workflows/cron.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
- name: Fetch latest kernel
|
||||
if: steps.check.outputs.sha != ''
|
||||
run: |
|
||||
git submodule update --init --depth=1 linux-sources
|
||||
echo "sha ${{steps.check.outputs.sha}}"
|
||||
cd linux-sources
|
||||
echo "fetch"
|
||||
|
|
Loading…
Reference in a new issue