remove old package
Some checks failed
Build and Deploy Debian Package / build-package (push) Failing after 1m0s

This commit is contained in:
Marco Realacci 2025-01-28 19:17:36 +01:00
parent d6890b19e3
commit 4ccc666299

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Debian Packaging
run: |
sudo apt-get update
sudo apt-get install -y devscripts debhelper dh-python dh-systemd build-essential
sudo apt-get install -y devscripts debhelper dh-python dpkg-dev jq build-essential
- name: Build Debian Package
run: |