Explorar el Código

pkg/debian: Fix build dependencies

Maximilian Luz hace 2 años
padre
commit
548ee1cf6f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
         ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
         echo $TZ > /etc/timezone
         echo $TZ > /etc/timezone
         apt-get -y update
         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
         apt-get -y build-dep linux
 
 
     - name: Prepare kernel source
     - name: Prepare kernel source