Skip to content

Commit 9c7820a

Browse files
authored
[CI] Work around chrome AudioWorklet issue by pinning to beta (#26721)
See #26720
1 parent fcfc013 commit 9c7820a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ 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-unstable_current_amd64.deb
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
4244
# If that download link breaks, temporarily use this URL instead:
4345
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb
4446
dpkg -i ~/chrome.deb

0 commit comments

Comments
 (0)