refactor: Update profile data path in alpha.yml workflow

This commit is contained in:
Mauro Balades
2024-07-26 14:57:29 +02:00
parent 8b56897a11
commit 7e0e3f4145
4 changed files with 4 additions and 5 deletions

View File

@@ -9,8 +9,7 @@ fi
ulimit -n 4096
# Check if xfvb is installed
if ! command -v Xvfb &> /dev/null
then
if ! command -v Xvfb &> /dev/null; then
if ! test "$ZEN_CROSS_COMPILING"
then
Xvfb :2 -screen 0 1024x768x24 &