Browse Source

Fix debian build dependencies

Maximilian Luz 5 years ago
parent
commit
49e11462a3
2 changed files with 4 additions and 2 deletions
  1. 2 1
      .github/workflows/debian.yml
  2. 2 1
      .github/workflows/debian_lts.yml

+ 2 - 1
.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

+ 2 - 1
.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