pkg/debian: Fix build dependencies

This commit is contained in:
Maximilian Luz 2022-12-09 16:52:07 +01:00
parent 1e8dfad86b
commit 548ee1cf6f
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -29,8 +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 debhelper dpkg-dev zstd
apt-get -y install build-essential fakeroot rsync git wget python3-debian python-is-python3 \
zstd lz4 sbsigntool debhelper dpkg-dev dpkg-sig
apt-get -y build-dep linux
- name: Prepare kernel source