Skip to content

Commit 0cafde2

Browse files
committed
Install rpmsign in RPM build container
Add rpmsign installation step to the build-rpm-packages job to fix package signing failures. This is a temporary fix until the container image is updated to include rpmsign by default.
1 parent 6241c78 commit 0cafde2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-packages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ jobs:
217217
steps:
218218
- uses: actions/checkout@v4
219219

220+
- name: Install rpmsign
221+
run: |
222+
dnf install -y rpmsign
223+
220224
- name: Download Onedir Tarball as an Artifact
221225
if: inputs.source == 'onedir'
222226
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)