Browse Source

pkg/debian: Fix build dependencies

Maximilian Luz 2 years ago
parent
commit
548ee1cf6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/debian.yml

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