Skip to content

Commit 73665c2

Browse files
authored
Merge pull request #10832 from Icinga/fix-openSUSE15.6-GHA
Fix openSUSE 15.6 GitHub actions
2 parents 75361cb + 4a86814 commit 73665c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ case "$DISTRO" in
6161
;;
6262

6363
*suse*)
64-
zypper in -y bison ccache cmake flex gcc-c++ ninja rpm-config-SUSE \
64+
zypper in -y --allow-downgrade bison ccache cmake flex gcc-c++ ninja rpm-config-SUSE \
6565
{lib{edit,mariadb,openssl},ncurses,postgresql,systemd,protobuf}-devel \
6666
libboost_{context,coroutine,filesystem,iostreams,program_options,regex,system,test,thread}-devel
6767
;;

0 commit comments

Comments
 (0)