Fix debian build dependencies

This commit is contained in:
Maximilian Luz 2020-07-05 01:30:55 +02:00
parent 561e79f032
commit 49e11462a3
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,8 @@ jobs:
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
echo $TZ > /etc/timezone
apt-get -y update
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 sbsigntool
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 \
sbsigntool debhelper dpkg-dev
apt-get -y build-dep linux
- name: Prepare kernel source

View file

@ -29,7 +29,8 @@ jobs:
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
echo $TZ > /etc/timezone
apt-get -y update
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 sbsigntool
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 \
sbsigntool debhelper dpkg-dev
apt-get -y build-dep linux
- name: Prepare kernel source