mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-22 01:33:41 +03:00
Fixed Fedora build Action not installing dnf5-plugins
This commit is contained in:
parent
ffa720c4f3
commit
987a3945dd
2
.github/workflows/fedora-build.yml
vendored
2
.github/workflows/fedora-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user