瀏覽代碼

pkg/debian: Fix build dependencies

Maximilian Luz 2 年之前
父節點
當前提交
548ee1cf6f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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