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