From 548ee1cf6fb97b0fa864a0204296ee6357a3da35 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 9 Dec 2022 16:52:07 +0100 Subject: [PATCH] pkg/debian: Fix build dependencies --- .github/workflows/debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 1b54e0c06..8f0ffcca6 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -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