Add lz4 to debian kernel build dependencies

This commit is contained in:
Maximilian Luz 2020-01-20 01:40:28 +01:00
parent 6dedd310b2
commit e61f87a22a
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -79,7 +79,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
apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4
apt-get -y build-dep linux
- name: Fetch kernel source