Skip to content

Commit 9929763

Browse files
ColdaineColdaineclaude
authored
fix(ci): remove hardcoded DISPLAY=:99 (#324)
* fix(ci): remove xvfb-action from self-hosted runner 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 <noreply@anthropic.com> * fix(ci): remove hardcoded DISPLAY=:99, use live session 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Coldaine <coldaine@example.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3698bad commit 9929763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
needs: [setup-whisper-dependencies]
233233
timeout-minutes: 30
234234
env:
235-
DISPLAY: :99
235+
# DISPLAY inherited from runner's live KDE session (do NOT hardcode :99)
236236
RUST_LOG: debug
237237
RUST_TEST_TIME_UNIT: 10000
238238
RUST_TEST_TIME_INTEGRATION: 30000

0 commit comments

Comments
 (0)