Private
Public Access
1
0

Fix build-rpm: remove rpmbuild from apt-get (included in rpm package)

This commit is contained in:
2026-04-12 20:50:28 +00:00
parent 7eab1b1559
commit 7d0021ae3e

View File

@ -122,7 +122,7 @@ jobs:
- name: Install RPM build tools - name: Install RPM build tools
run: | run: |
apt-get update apt-get update
apt-get install -y rpm rpmbuild cargo rustc libsystemd-dev pkg-config apt-get install -y rpm cargo rustc libsystemd-dev pkg-config
- name: Build RPM package - name: Build RPM package
run: | run: |
rpmbuild -ba linux-patch-api.spec rpmbuild -ba linux-patch-api.spec