Skip to content

Commit

Permalink
Pin to chrome stable in CI for now. NFC (#14370)
Browse files Browse the repository at this point in the history
See #14369
  • Loading branch information
sbc100 authored Jun 4, 2021
1 parent c95a28d commit c024987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ commands:
- run:
name: download chrome
command: |
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
# Using stable rather than beta until we can fix
# https://github.com/emscripten-core/emscripten/issues/14369
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i ~/chrome.deb
- run:
name: run tests
Expand Down

0 comments on commit c024987

Please sign in to comment.