diff options
| author | Simon Ser <contact@emersion.fr> | 2021-06-23 14:44:04 +0200 |
|---|---|---|
| committer | Kenny Levinsen <kl@kl.wtf> | 2021-06-24 18:10:01 +0200 |
| commit | 80e4efdb3393212069ff6ac469be273ccb3d58a3 (patch) | |
| tree | 37feb379caa104f5416a7caf876ecc04e2abd1cd | |
| parent | 0d1231a6d156e6b658c631e9a2f70d43e2c2977b (diff) | |
ci: stick to wlroots 0.14.0
| -rw-r--r-- | .builds/alpine.yml | 2 | ||||
| -rw-r--r-- | .builds/archlinux.yml | 2 | ||||
| -rw-r--r-- | .builds/freebsd.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 85538319..a1952566 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -21,7 +21,7 @@ packages: - xwayland sources: - https://github.com/swaywm/sway - - https://github.com/swaywm/wlroots + - https://github.com/swaywm/wlroots#0.14.0 tasks: - wlroots: | cd wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 05ceef8d..6c364219 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -18,7 +18,7 @@ packages: - seatd sources: - https://github.com/swaywm/sway - - https://github.com/swaywm/wlroots + - https://github.com/swaywm/wlroots#0.14.0 tasks: - wlroots: | cd wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4698dbc7..285102ad 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -26,7 +26,7 @@ packages: - x11/xcb-util-wm sources: - https://github.com/swaywm/sway -- https://github.com/swaywm/wlroots +- https://github.com/swaywm/wlroots#0.14.0 tasks: - setup: | cd sway |
