Skip to content

Commit 820be3a

Browse files
committed
Full path added
1 parent 2b2bde1 commit 820be3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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
361-
modprobe snd-aloop
362-
#lsmod | grep snd
360+
/sbin/lsmod | grep snd
361+
/sbin/modprobe snd-aloop
362+
/sbin/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)