Fix wheel2deb installation step by adding missing dependencies

This commit is contained in:
2025-04-27 10:01:35 +00:00
parent 2f3e0d375f
commit ad4ba6e412

View File

@@ -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