mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
.builds: don't rely on Sway being available
The Sway Debian experimental package is currently broken. Make it optional. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-1
@@ -15,7 +15,6 @@ packages:
|
||||
- xvfb
|
||||
- xdotool
|
||||
- scrot
|
||||
- sway
|
||||
- grim
|
||||
sources:
|
||||
- https://git.sr.ht/~eliasnaur/gio
|
||||
@@ -23,6 +22,8 @@ environment:
|
||||
GOFLAGS: -mod=readonly
|
||||
PATH: /home/build/bin:/usr/bin
|
||||
tasks:
|
||||
- maybe_install_sway: |
|
||||
sudo apt-get install sway || true
|
||||
- install_gotip: |
|
||||
go get golang.org/dl/gotip
|
||||
/home/build/go/bin/gotip download
|
||||
|
||||
Reference in New Issue
Block a user