We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47d060 commit bbbbdb1Copy full SHA for bbbbdb1
.circleci/config.yml
@@ -340,10 +340,7 @@ commands:
340
- run:
341
name: download firefox
342
command: |
343
- # TODO(https://github.com/emscripten-core/emscripten/issues/21163):
344
- # Switch back to nightly once the ff issue with threading is
345
- # resolves
346
- wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US"
+ wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US"
347
tar -C ~ -xf ~/ff.tar.bz2
348
349
name: configure firefox
0 commit comments