Skip to content

Commit

Permalink
Fixed Fedora build Action not installing dnf5-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Aug 4, 2024
1 parent ffa720c commit 987a394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install tooling for source RPM build
run: |
microdnf -y install --nodocs --setopt=install_weak_deps=0 \
@development-tools @rpm-development-tools rpkg git 'dnf-command(builddep)'
@development-tools @rpm-development-tools rpkg git 'dnf5-command(builddep)'
# It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
- name: Check out sources
Expand Down

0 comments on commit 987a394

Please sign in to comment.