Fix build-rpm: remove rpmbuild from apt-get (included in rpm package)
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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user