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