mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
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 f2974465c4.
This commit is contained in:
parent
8c239d70b3
commit
cbefe501ce
@ -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++ \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user