Skip to content

Commit 0dc36f4

Browse files
authored
CI: Install new chrome deps before attempt to install chrome itself (#18295)
Fixes: #18293
1 parent 4681c92 commit 0dc36f4

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
@@ -35,8 +35,8 @@ commands:
3535
- run:
3636
name: download chrome
3737
command: |
38-
# Using stable rather than beta until we can fix
39-
# https://github.com/emscripten-core/emscripten/issues/14369
38+
# TODO: Make these part of the base image
39+
apt-get install libu2f-udev libvulkan1
4040
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
4141
# If that download link breaks, temporarily use this URL instead:
4242
# wget -O ~/chrome.deb https://storage.googleapis.com/webassembly/chrome/google-chrome-stable_current_amd64.deb

0 commit comments

Comments
 (0)