Skip to content

Commit 4454127

Browse files
committed
[CI] Temporarily switch to chrome beta
Chrome unstable is currently causing the circleci logs to exceed their limit Fixes: #24780
1 parent c75db03 commit 4454127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ commands:
3838
command: |
3939
# TODO: Make these part of the base image
4040
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+
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
4242
# If that download link breaks, temporarily use this URL instead:
4343
# 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
44+
# wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
4545
dpkg -i ~/chrome.deb
4646
emsdk-env:
4747
description: "emsdk_env.sh"

0 commit comments

Comments
 (0)