Private
Public Access
1
0

Fix build-deb: add build-essential to apt-get install (required by dpkg-buildpackage)

This commit is contained in:
2026-04-12 18:43:47 +00:00
parent 409f0bdd2e
commit 3052a96a8c

View File

@ -98,7 +98,7 @@ jobs:
- name: Install build dependencies
run: |
apt-get update
apt-get install -y debhelper cargo rustc libsystemd-dev pkg-config
apt-get install -y build-essential debhelper cargo rustc libsystemd-dev pkg-config
- name: Build Debian package
run: dpkg-buildpackage -us -uc -b
- name: Upload .deb artifact