Skip to content

Commit 234ee52

Browse files
authored
[CI] Switch back to chrome unstable. NFC (emscripten-core#24816)
The issue should be fixed by emscripten-core#24784
1 parent 653d765 commit 234ee52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ commands:
3838
command: |
3939
# TODO: Make these part of the base image
4040
apt-get install -q -y libu2f-udev libvulkan1 xdg-utils
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
41+
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
4542
# If that download link breaks, temporarily use this URL instead:
4643
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
4744
dpkg -i ~/chrome.deb

0 commit comments

Comments
 (0)