From ad4ba6e412cc2852c6b2871bfb67ad51ce6a796b Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 10:01:35 +0000 Subject: [PATCH] Fix wheel2deb installation step by adding missing dependencies --- .github/workflows/build-deb.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 02a38ca..aa9eef0 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -51,6 +51,12 @@ jobs: python3 -m pipx ensurepath pipx install wheel2deb + - name: 📦 Install wheel2deb Dependencys + run: | + sudo apt update + sudo apt install -y apt-file dpkg-dev fakeroot build-essential devscripts debhelper + sudo apt-file update + - name: 🛠 Convert Wheel to DEB run: | mkdir -p dist/debs