Skip to content

Commit 4b80dd2

Browse files
committed
Try with a full path...
1 parent a42c6d4 commit 4b80dd2

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
@@ -35,7 +35,7 @@ commands:
3535
name: download chrome
3636
command: |
3737
# Try adding a dummy sound device for Chrome...
38-
modprobe snd-dummy
38+
/usr/sbin/modprobe snd-dummy
3939
# TODO: Make these part of the base image
4040
apt-get install -q -y libu2f-udev libvulkan1 xdg-utils
4141
# wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb

0 commit comments

Comments
 (0)