Skip to content

Commit 5b642e8

Browse files
committed
ci: debos: Enable Xfce
Signed-off-by: Loïc Minier <[email protected]>
1 parent 4fb531f commit 5b642e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/debos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
run: |
7676
set -x
7777
# start by building the root filesystem
78-
debos -t localdebs:local-debs/ qualcomm-linux-debian-rootfs.yaml
78+
debos -t xfcedesktop:true -t localdebs:local-debs/ \
79+
qualcomm-linux-debian-rootfs.yaml
7980
# debos tries KVM and UML as backends, and falls back to
8081
# building directly on the host, but that requires loop
8182
# devices; use qemu backend explicitly even if it's slower

0 commit comments

Comments
 (0)