Fix: OpenSUSE build failing (libqt5/libxslt dep error) (#7367)
* Force CI * Attempt `sudo zypper update` * Attempt: sudo zypper install libxslt-devel -y * Fixed arg position * Try `--non-interactive` args * Try: --force-resolution * Try caching packages * Revert "Try caching packages" This reverts commit f2974465c452a5017f378dcfc8f1ce24dd102b82.
This commit is contained in:
@ -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++ \
|
||||
|
||||
Reference in New Issue
Block a user