From b2860d32357362d64426c79d98441c7e0157f508 Mon Sep 17 00:00:00 2001 From: Coldaine Date: Wed, 24 Dec 2025 20:45:06 -0600 Subject: [PATCH] fix(ci): remove xvfb-action from self-hosted runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The self-hosted runner has a live KDE Plasma session with real display. Xvfb is unnecessary and the action also uses apt-get internally which doesn't exist on Fedora/Nobara. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33e3fc5..88d8250a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,15 +273,6 @@ jobs: - name: Setup ColdVox uses: ./.github/actions/setup-coldvox - - name: Start Xvfb - uses: GabrielBB/xvfb-action@v1 - with: - run: | - set -euo pipefail - echo "Installing dependencies..." - sudo dnf install -y xclip xdotool at-spi2-core liberation-sans-fonts - echo "Xvfb is running." - - name: Setup D-Bus Session run: | set -euo pipefail