fix(ci): add build-essential and fakeroot, make debian/rules executable
Some checks failed
Build and Release .deb / build-deb (push) Failing after 21s

This commit is contained in:
enzo 2026-05-13 00:41:28 +02:00
parent ff419224d8
commit 25b1309dc1
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,7 @@ jobs:
working-directory: /workspace/repo
run: |
apt-get update
apt-get install -y debhelper dh-python python3-all python3-venv devscripts
apt-get install -y build-essential debhelper dh-python python3-all python3-venv devscripts fakeroot
- name: Build .deb package
working-directory: /workspace/repo