From 5c419df8b5d005b4adbacdf8eae54eb2d7f6b3b9 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Thu, 17 Oct 2024 15:36:38 +0800 Subject: [PATCH] update name --- .github/workflows/test-android-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-android-build.yml b/.github/workflows/test-android-build.yml index fdae128ec3f..0dcacd01233 100644 --- a/.github/workflows/test-android-build.yml +++ b/.github/workflows/test-android-build.yml @@ -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 &