This commit is contained in:
parent
d415621afe
commit
b3791fd416
1 changed files with 4 additions and 4 deletions
|
@ -20,12 +20,12 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- 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
|
||||
- name: Setup build
|
||||
run: |
|
||||
debian/rules debian/control
|
||||
debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
|
||||
sudo mk-build-deps -i
|
||||
- name: Build Kernel
|
||||
run: debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue