From 7d0021ae3e48735742d249a97135fe7841853d96 Mon Sep 17 00:00:00 2001 From: Echo Date: Sun, 12 Apr 2026 20:50:28 +0000 Subject: [PATCH] Fix build-rpm: remove rpmbuild from apt-get (included in rpm package) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f332016..a1abcae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: - name: Install RPM build tools run: | 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 run: | rpmbuild -ba linux-patch-api.spec