diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index 296b6a88558..3b41dc145e6 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -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 ;;