Skip to content

Commit 59cf087

Browse files
committed
Fix start error
1 parent f13d60d commit 59cf087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ commands:
359359
# This should add and start PulseAudio's dummy mixer
360360
apt-get update -y; true
361361
apt-get install -q -y pulseaudio
362-
pulseaudio --start
362+
pulseaudio --start --system
363363
mkdir ~/tmp-firefox-profile/
364364
cat > ~/tmp-firefox-profile/user.js \<<EOF
365365
user_pref("gfx.offscreencanvas.enabled", true);

0 commit comments

Comments
 (0)