change to buld for debian

This commit is contained in:
Meliox 2026-06-07 13:47:54 +02:00
parent 4e3dfc72d2
commit 7049cfc3df

View File

@ -20,7 +20,7 @@ jobs:
run: sudo apt-get install -y devscripts debhelper build-essential
- name: Build package
run: make build
run: dpkg-buildpackage -us -uc -b
- name: Verify package contents
run: |