Do not ask before installing build depends
Some checks failed
Kernel Build / Build (push) Failing after 5m44s

This commit is contained in:
Antoine Martin 2024-10-06 13:37:47 -04:00
parent b3791fd416
commit d535991410
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -23,7 +23,9 @@ jobs:
- name: Setup build
run: |
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
run: debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
- name: Upload Artifacts