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:
Nick Bolton
2024-07-04 20:29:35 +01:00
committed by GitHub
parent 8c239d70b3
commit cbefe501ce

View File

@ -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++ \