ci: prepare: Install GDB
All checks were successful
dustin/sshca-cli/pipeline/head This commit looks good

The RPM build tools in Fedora 41 apparently require `gdb` but don't
declare that:

> find-debuginfo: starting
> Extracting debug info from 1 files
> gdb-add-index: Failed to find a useable GDB binary
This commit is contained in:
2024-11-06 19:46:13 -06:00
parent 63edc180d5
commit c8139d75dc

View File

@@ -4,6 +4,7 @@ dnf install -y \
--setopt install_weak_deps=0 \
cargo \
cargo-rpm-macros \
gdb \
make \
openssh-clients \
openssl-devel \