Fix build-rpm: remove systemd-rpm-macros (Fedora-only, not in Debian repos)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user