Skip to content

Commit 2b2bde1

Browse files
committed
Try blindly
1 parent 07afa15 commit 2b2bde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ commands:
357357
name: configure firefox
358358
command: |
359359
# Some before and after tests to try enabling a sound device:
360-
lsmod | grep snd
360+
#lsmod | grep snd
361361
modprobe snd-aloop
362-
lsmod | grep snd
362+
#lsmod | grep snd
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)