Commit 987a3945 authored by Erik Reider's avatar Erik Reider

Fixed Fedora build Action not installing dnf5-plugins

parent ffa720c4
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- name: Install tooling for source RPM build - name: Install tooling for source RPM build
run: | run: |
microdnf -y install --nodocs --setopt=install_weak_deps=0 \ 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 # It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
- name: Check out sources - name: Check out sources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment