mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(deps): added missing unicode and emoji dependencies (#6039)
Fixes #6033
This commit is contained in:
parent
d662eba86a
commit
d862deeadf
@ -23,6 +23,8 @@ export const deps = {
|
|||||||
bionic: {
|
bionic: {
|
||||||
tools: [
|
tools: [
|
||||||
'xvfb',
|
'xvfb',
|
||||||
|
'fonts-noto-color-emoji',
|
||||||
|
'ttf-unifont',
|
||||||
],
|
],
|
||||||
chromium: [
|
chromium: [
|
||||||
'fonts-liberation',
|
'fonts-liberation',
|
||||||
@ -130,6 +132,8 @@ export const deps = {
|
|||||||
focal: {
|
focal: {
|
||||||
tools: [
|
tools: [
|
||||||
'xvfb',
|
'xvfb',
|
||||||
|
'fonts-noto-color-emoji',
|
||||||
|
'ttf-unifont',
|
||||||
],
|
],
|
||||||
chromium: [
|
chromium: [
|
||||||
'fonts-liberation',
|
'fonts-liberation',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user