ci: prepare: Install GDB
dustin/sshca-cli/pipeline/head This commit looks good Details

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
dev/auto-reload
Dustin 2024-11-06 19:46:13 -06:00
parent 63edc180d5
commit c8139d75dc
1 changed files with 1 additions and 0 deletions

View File

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