Do not ask before installing build depends
Some checks failed
Kernel Build / Build (push) Failing after 5m44s
Some checks failed
Kernel Build / Build (push) Failing after 5m44s
This commit is contained in:
parent
b3791fd416
commit
d535991410
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ jobs:
|
||||||
- name: Setup build
|
- name: Setup build
|
||||||
run: |
|
run: |
|
||||||
debian/rules debian/control
|
debian/rules debian/control
|
||||||
sudo mk-build-deps -i
|
sudo mk-build-deps \
|
||||||
|
--tool 'apt-get -o --no-install-recommends --yes' \
|
||||||
|
--install debian/control
|
||||||
- name: Build Kernel
|
- name: Build Kernel
|
||||||
run: debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
|
run: debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
|
|
Loading…
Reference in a new issue