We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c8b5c commit a42c6d4Copy full SHA for a42c6d4
.circleci/config.yml
@@ -34,6 +34,8 @@ commands:
34
- run:
35
name: download chrome
36
command: |
37
+ # Try adding a dummy sound device for Chrome...
38
+ modprobe snd-dummy
39
# TODO: Make these part of the base image
40
apt-get install -q -y libu2f-udev libvulkan1 xdg-utils
41
# wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
0 commit comments