mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-07 20:37:14 +00:00
refactor: Update profile data path in alpha.yml workflow
This commit is contained in:
3
.github/workflows/src/alpha-build.sh
vendored
3
.github/workflows/src/alpha-build.sh
vendored
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user