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 fcfc013 commit 9c7820aCopy full SHA for 9c7820a
1 file changed
.circleci/config.yml
@@ -38,7 +38,9 @@ commands:
38
command: |
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-unstable_current_amd64.deb
+ # Temporarily pinning to beta rather than unstable:
42
+ # See https://github.com/emscripten-core/emscripten/issues/26720
43
+ wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
44
# If that download link breaks, temporarily use this URL instead:
45
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
46
dpkg -i ~/chrome.deb
0 commit comments