ci: Use debuginfo-install to install debug symbols

dnf doesn't seem to handle the plugin well in rawhide:

  bash-5.2# dnf -y debuginfo-install glib2
    Unknown argument "debuginfo-install" for command "dnf5".
    Add "--help" for more information about the arguments.
This commit is contained in:
Marco Trevisan (Treviño)
2023-06-28 15:39:17 +02:00
parent f49879b522
commit 8e702012fd

View File

@@ -33,7 +33,8 @@
diffutils
LIBFPRINT_EXEC: |
dnf debuginfo-install -y \
dnf -y install dnf-utils
debuginfo-install -y \
glib2 \
glibc \
libgusb \