Merge pull request #10832 from Icinga/fix-openSUSE15.6-GHA

Fix openSUSE 15.6 GitHub actions
This commit is contained in:
Alexander Aleksandrovič Klimov 2026-05-05 08:00:14 +00:00 committed by GitHub
commit 73665c25c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ case "$DISTRO" in
;;
*suse*)
zypper in -y bison ccache cmake flex gcc-c++ ninja rpm-config-SUSE \
zypper in -y --allow-downgrade bison ccache cmake flex gcc-c++ ninja rpm-config-SUSE \
{lib{edit,mariadb,openssl},ncurses,postgresql,systemd,protobuf}-devel \
libboost_{context,coroutine,filesystem,iostreams,program_options,regex,system,test,thread}-devel
;;