Skip to content

Commit a5de983

Browse files
Coldaineclaude
andcommitted
fix(ci): set DISPLAY=:0 for live KDE session
Runner doesn't inherit session env vars - must set explicitly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent eeaaf9f commit a5de983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ jobs:
232232
needs: [setup-whisper-dependencies]
233233
timeout-minutes: 30
234234
env:
235-
# DISPLAY inherited from runner's live KDE session (do NOT hardcode :99)
235+
# Runner's live KDE session uses :0 (not :99 which was for Xvfb)
236+
DISPLAY: ":0"
236237
RUST_LOG: debug
237238
RUST_TEST_TIME_UNIT: 10000
238239
RUST_TEST_TIME_INTEGRATION: 30000

0 commit comments

Comments
 (0)