diff --git a/config.yaml b/config.yaml index c89e89b7a0..47fa44deaa 100644 --- a/config.yaml +++ b/config.yaml @@ -62,7 +62,7 @@ config: dependencies: command: sudo zypper refresh; \ sudo zypper --non-interactive remove busybox-which; \ - sudo zypper install -y \ + sudo zypper install -y --force-resolution \ cmake \ make \ gcc-c++ \