Private
Public Access
1
0

Fix build-deb: add build-essential to apt-get install (required by dpkg-buildpackage)
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 11s
CI/CD Pipeline / Clippy Lints (push) Successful in 10m34s
CI/CD Pipeline / Unit Tests (push) Successful in 11m3s
CI/CD Pipeline / Security Audit (push) Successful in 1m33s
CI/CD Pipeline / Build Debian Package (push) Failing after 1m59s
CI/CD Pipeline / Build RPM Package (push) Failing after 14s
CI/CD Pipeline / Build Alpine Package (push) Failing after 1s
CI/CD Pipeline / Build Arch Package (push) Failing after 1s
CI/CD Pipeline / Create Release (push) Has been skipped

This commit is contained in:
2026-04-12 18:43:47 +00:00
parent 27dd3ac82e
commit cd32094780
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1 +1 @@
ba56296c4f1d04d375ff2586bfce012e49f2b2a9a9e8461e840546a8e03f4b1c
d1200f9c47d86596e4a42a0e314f22794bb37e141ab019632215db2a469685b6

Binary file not shown.

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