mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
Merge pull request #10832 from Icinga/fix-openSUSE15.6-GHA
Fix openSUSE 15.6 GitHub actions
This commit is contained in:
commit
73665c25c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue