update name

This commit is contained in:
Anthony Calosa
2024-10-17 15:36:38 +08:00
parent e1e69a4897
commit 5c419df8b5

View File

@@ -63,7 +63,7 @@ jobs:
- name: Install virtual framebuffer (if not available) to allow running GUI on a headless server
run: command -v Xvfb >/dev/null 2>&1 || { sudo apt update && sudo apt install -y xvfb; }
- name: Run tests in virtual framebuffer
- name: Run build in virtual framebuffer
run: |
export DISPLAY=":1"
Xvfb :1 -screen 0 800x600x8 &