Private
Public Access
1
0

Fix build-rpm: add missing dependencies (gcc, build-essential, systemd-rpm-macros, rpm-common)

This commit is contained in:
2026-04-13 01:13:31 +00:00
parent 9f60e670fe
commit e34cb7bd8a

View File

@ -122,7 +122,7 @@ jobs:
- name: Install RPM build tools
run: |
apt-get update
apt-get install -y rpm cargo rustc libsystemd-dev pkg-config
apt-get install -y rpm rpm-common gcc build-essential systemd-rpm-macros cargo rustc libsystemd-dev pkg-config
- name: Build release binary
run: cargo build --release
- name: Build RPM package