File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,12 @@ commands:
38
38
command : |
39
39
# TODO: Make these part of the base image
40
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
41
+ # TODO: Switch by to unstable once
42
+ # https://github.com/emscripten-core/emscripten/issues/24780 os
43
+ # resolved
44
+ wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
42
45
# If that download link breaks, temporarily use this URL instead:
43
46
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
44
- wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
45
47
dpkg -i ~/chrome.deb
46
48
emsdk-env :
47
49
description : " emsdk_env.sh"
You can’t perform that action at this time.
0 commit comments