test(bidi): install libavcodec in CI for Firefox#41736
Conversation
Test results for "tests 1"5 flaky49519 passed, 1161 skipped Merge workflow run. |
Test results for "MCP"1 fatal errors, not part of any test 7722 passed, 1249 skipped Merge workflow run. |
| - if: matrix.channel == 'moz-firefox-nightly' | ||
| run: | | ||
| sudo apt-get update | ||
| sudo apt-get install -y libavcodec60 |
There was a problem hiding this comment.
I think a more robust approach would be to pass --install-deps to the command below to ensure all deps are installed:
npx -y @puppeteer/browsers install firefox@nightly --install-deps
Fixes "should play video" in
library/capabilities.spec.ts.