mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
update name
This commit is contained in:
2
.github/workflows/test-android-build.yml
vendored
2
.github/workflows/test-android-build.yml
vendored
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user