mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-07 16:04:03 +02:00
GHA: Install dnf5-plugins instead of dnf-plugins-core where dnf5 is installed
This commit is contained in:
4
.github/workflows/build-install.yaml
vendored
4
.github/workflows/build-install.yaml
vendored
@@ -59,7 +59,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dnf -y makecache
|
dnf -y makecache
|
||||||
dnf -y distro-sync
|
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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user