Skip to content

Commit f022f1d

Browse files
authored
Merge pull request #27 from lool/ci-enable-xfce
ci: debos: Enable Xfce
2 parents 26e6310 + 5b642e8 commit f022f1d

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)