Skip to content

Commit

Permalink
CI: Fedora STI: Canonical command is "dnf builddep"
Browse files Browse the repository at this point in the history
Old invocation is not supported with DNF5.
  • Loading branch information
ppisar committed May 16, 2024
1 parent 12ed899 commit 1a19ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
src: "{{ playbook_dir }}/../libmodulemd.spec"
dest: /tmp/libmodulemd.spec
- name: Install build deps
shell: dnf -y build-dep /tmp/libmodulemd.spec
shell: dnf -y builddep /tmp/libmodulemd.spec

- hosts: localhost
tags:
Expand Down

0 comments on commit 1a19ce7

Please sign in to comment.