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 4681c92 commit 0dc36f4Copy full SHA for 0dc36f4
.circleci/config.yml
@@ -35,8 +35,8 @@ commands:
35
- run:
36
name: download chrome
37
command: |
38
- # Using stable rather than beta until we can fix
39
- # https://github.com/emscripten-core/emscripten/issues/14369
+ # TODO: Make these part of the base image
+ apt-get install libu2f-udev libvulkan1
40
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
41
# If that download link breaks, temporarily use this URL instead:
42
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
0 commit comments