Checkout submodules in different step
Some checks failed
Kernel Build / Build (push) Failing after 4m39s
Some checks failed
Kernel Build / Build (push) Failing after 4m39s
This commit is contained in:
parent
6acd71c485
commit
e2793230d5
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
|||
apt-get install -y devscripts debhelper equivs git nodejs sudo
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --depth 16 --jobs 3
|
||||
- name: Setup build depends
|
||||
run: sudo mk-build-deps -i
|
||||
- name: Build Kernel
|
||||
|
|
Loading…
Reference in a new issue