Merge pull request #10430 from Icinga/gha-fix-amazonlinux2023-mariadb-package

GHA: Fix amazonlinux:2023 MariaDB package
This commit is contained in:
Julian Brost 2025-05-05 17:27:10 +02:00 committed by GitHub
commit e34f45cbef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ case "$DISTRO" in
amazonlinux:20*)
dnf install -y amazon-rpm-config bison cmake flex gcc-c++ ninja-build \
{boost,libedit,mariadb1\*,ncurses,openssl,postgresql,systemd}-devel
{boost,libedit,mariadb-connector-c,ncurses,openssl,postgresql,systemd}-devel
;;
debian:*|ubuntu:*)