mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-06 23:40:17 +01:00
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:
parent
f49879b522
commit
8e702012fd
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@
|
|||
diffutils
|
||||
|
||||
LIBFPRINT_EXEC: |
|
||||
dnf debuginfo-install -y \
|
||||
dnf -y install dnf-utils
|
||||
debuginfo-install -y \
|
||||
glib2 \
|
||||
glibc \
|
||||
libgusb \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue