Skip to content

Commit b58c54f

Browse files
committed
Fix rpmlint package name
1 parent 1ac58cf commit b58c54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
- name: Install RPM build tooling
276276
run: |
277277
sudo apt-get update
278-
sudo apt-get install rpm rpm-lint -y
278+
sudo apt-get install rpm rpmlint -y
279279
280280
- name: Download RPM build configuration
281281
run: |

0 commit comments

Comments
 (0)