fix broken focal build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
093206d6f2
commit
56d25e7bd6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ steps:
|
|||
- apt -y upgrade
|
||||
- DEBIAN_FRONTEND=noninteractive apt -y install --no-install-recommends build-essential equivs devscripts git rename
|
||||
- git clean -f -d -x
|
||||
- mk-build-deps --install --tool='DEBIAN_FRONTEND=noninteractive apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
|
||||
- mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
|
||||
- dpkg-buildpackage -b -uc
|
||||
- rename 's/\.deb/_focal\.deb/' ../*.deb
|
||||
- mkdir -p /deb_files/focal/
|
||||
|
|
Loading…
Reference in a new issue