From bf3b48227de5ede6ec0dc0eb3c53df91050a1243 Mon Sep 17 00:00:00 2001 From: Regolith Linux Date: Wed, 7 Aug 2024 07:18:05 -0700 Subject: [PATCH] chore: renable sway session install test on debian testing due to sway package upgrade related: https://github.com/orgs/regolith-linux/discussions/966#discussioncomment-10244821 --- .github/workflows/test-desktop-installable2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-desktop-installable2.yml b/.github/workflows/test-desktop-installable2.yml index 004eedde..a32774cf 100644 --- a/.github/workflows/test-desktop-installable2.yml +++ b/.github/workflows/test-desktop-installable2.yml @@ -36,7 +36,7 @@ jobs: stage: [unstable, testing] # , release distro-codename: [debian-testing] arch: [amd64, arm64] - wm: [regolith-session-flashback] #, regolith-session-sway] // See https://github.com/regolith-linux/sway-regolith/issues/12 + wm: [regolith-session-flashback, regolith-session-sway] include: - arch: amd64 host-os: [self-hosted, Linux, X64, testing]