Skip to content

Commit a1fd721

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 08c6e2e commit a1fd721

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
@@ -204,6 +204,10 @@ jobs:
204204
steps:
205205
- uses: actions/checkout@v4
206206

207+
- name: Install rpmsign
208+
run: |
209+
dnf install -y rpmsign
210+
207211
- name: Download Onedir Tarball as an Artifact
208212
if: inputs.source == 'onedir'
209213
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)