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
|
uses: actions/checkout@v4
|
||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
run: git submodule update --init --depth 16 --jobs 3
|
run: git submodule update --init --depth 16 --jobs 3
|
||||||
- name: Setup build depends
|
- name: Setup build
|
||||||
run: sudo mk-build-deps -i
|
|
||||||
- name: Build Kernel
|
|
||||||
run: |
|
run: |
|
||||||
debian/rules debian/control
|
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
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue