Skip to content

Commit 1a19ce7

Browse files
committed
CI: Fedora STI: Canonical command is "dnf builddep"
Old invocation is not supported with DNF5.
1 parent 12ed899 commit 1a19ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fedora/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
src: "{{ playbook_dir }}/../libmodulemd.spec"
1717
dest: /tmp/libmodulemd.spec
1818
- name: Install build deps
19-
shell: dnf -y build-dep /tmp/libmodulemd.spec
19+
shell: dnf -y builddep /tmp/libmodulemd.spec
2020

2121
- hosts: localhost
2222
tags:

0 commit comments

Comments
 (0)