This commit is contained in:
Konstantinos Kaloutas
2023-05-23 11:31:37 +03:00
parent f90eef2b1a
commit d7f4f5943f
3 changed files with 14 additions and 9 deletions

View File

@@ -141,9 +141,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y fluxbox
- name: Run XVFB
run: |
Xvfb :1 -screen 0 1024x768x24 >/dev/null 2>&1 &
export DISPLAY=:1.0
run: Xvfb :1 -screen 0 1024x768x24 >/dev/null 2>&1 &
- name: Start Fluxbox
run: DISPLAY=:1.0 fluxbox >/dev/null 2>&1 &