소스 검색

Fix debian build dependencies

Maximilian Luz 5 년 전
부모
커밋
49e11462a3
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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