mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Merge pull request #10468 from Icinga/gha-fix-rockylinux-compression-libs
GHA: Fix rockylinux:9 by install compression libs
This commit is contained in:
commit
215af2b580
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
@ -73,7 +73,7 @@ case "$DISTRO" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
dnf install -y bison ccache cmake gcc-c++ flex ninja-build redhat-rpm-config \
|
dnf install -y bison ccache cmake gcc-c++ flex ninja-build redhat-rpm-config \
|
||||||
{boost,libedit,mariadb,ncurses,openssl,postgresql,systemd}-devel
|
{boost,bzip2,libedit,mariadb,ncurses,openssl,postgresql,systemd,xz,libzstd}-devel
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user