Skip to content

Commit fa690e8

Browse files
authored
[CI] Unpin chrome now that upstream issues is fixed. NFC (#26872)
See https://g-issues.chromium.org/issues/503869362 Fixes: #26720
1 parent 6f75eac commit fa690e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +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-
# 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
41+
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
4442
# If that download link breaks, temporarily use this URL instead:
4543
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
4644
dpkg -i ~/chrome.deb

0 commit comments

Comments
 (0)