From 49e11462a3c4e7199c5d28cadefcd30f028d38c0 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 5 Jul 2020 01:30:55 +0200 Subject: [PATCH] Fix debian build dependencies --- .github/workflows/debian.yml | 3 ++- .github/workflows/debian_lts.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 4de696e63..33ae0a2d2 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -29,7 +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 + apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 \ + sbsigntool debhelper dpkg-dev apt-get -y build-dep linux - name: Prepare kernel source diff --git a/.github/workflows/debian_lts.yml b/.github/workflows/debian_lts.yml index a59968bf5..539aa1123 100644 --- a/.github/workflows/debian_lts.yml +++ b/.github/workflows/debian_lts.yml @@ -29,7 +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 + apt-get -y install build-essential fakeroot rsync git wget python3-debian dpkg-sig lz4 \ + sbsigntool debhelper dpkg-dev apt-get -y build-dep linux - name: Prepare kernel source