Private
Public Access
1
0

Fix build-rpm: remove systemd-rpm-macros (Fedora-only, not in Debian repos)

This commit is contained in:
2026-04-13 01:20:10 +00:00
parent e34cb7bd8a
commit 612494b80d
2 changed files with 2 additions and 2 deletions

View File

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