Remove errant -o
This commit is contained in:
parent
0076ca9b7e
commit
74a14698b6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
debian/rules debian/control
|
debian/rules debian/control
|
||||||
sudo mk-build-deps \
|
sudo mk-build-deps \
|
||||||
--tool 'apt-get -o --no-install-recommends --yes' \
|
--tool 'apt-get --no-install-recommends --yes' \
|
||||||
--install debian/control
|
--install debian/control
|
||||||
- name: Build Kernel
|
- name: Build Kernel
|
||||||
run: debuild --no-lintian -ePVE* --jobs=auto -b -uc -us
|
run: debuild --no-lintian -ePVE* --jobs=auto -b -uc -us
|
||||||
|
|
Loading…
Reference in a new issue