Add sbsigntool to Debian build dependencies

This commit is contained in:
Maximilian Luz 2020-01-20 23:12:44 +01:00
parent a5ad7aa16b
commit 59fe7d8086
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -88,7 +88,7 @@ jobs:
run: |
sed 's/^deb /deb-src /' /etc/apt/sources.list >> /etc/apt/sources.list
apt-get -y update
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 sbsigntool
apt-get -y build-dep linux
- name: Prepare kernel source