mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-12 18:55:15 +01:00
GHA: Install dnf5-plugins instead of dnf-plugins-core where dnf5 is installed
This commit is contained in:
parent
e8f9073f82
commit
0021b2d237
4
.github/workflows/build-install.yaml
vendored
4
.github/workflows/build-install.yaml
vendored
@ -59,7 +59,9 @@ jobs:
|
||||
run: |
|
||||
dnf -y makecache
|
||||
dnf -y distro-sync
|
||||
dnf -y install git-lfs rpm-build dnf-plugins-core
|
||||
dnf -y install git-lfs rpm-build
|
||||
rpm -q dnf5 >/dev/null || dnf -y install dnf-plugins-core || :
|
||||
rpm -q dnf5 >/dev/null && dnf -y install dnf5-plugins || :
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user