pkg: ubuntu: Add missing zstd dependency

This commit is contained in:
Maximilian Luz 2021-07-02 19:09:33 +02:00
parent ecb8fa798c
commit 3e77413bb5
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 2 deletions

View file

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

View file

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