mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 13:14:32 +02:00
Merge pull request #10430 from Icinga/gha-fix-amazonlinux2023-mariadb-package
GHA: Fix amazonlinux:2023 MariaDB package
This commit is contained in:
commit
e34f45cbef
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
@ -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:*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user