From 5fd5c5757d3d88cae34b9e9d72d74b72a8bc1bdb Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 8 Jan 2023 16:57:19 -0800 Subject: [PATCH] fix: add fonts --- .github/workflows/e2e-tests-readonly.yml | 1 + .github/workflows/e2e-tests-readwrite.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/e2e-tests-readonly.yml b/.github/workflows/e2e-tests-readonly.yml index 23b9b3ae..a0b6cecf 100644 --- a/.github/workflows/e2e-tests-readonly.yml +++ b/.github/workflows/e2e-tests-readonly.yml @@ -51,6 +51,7 @@ jobs: build-essential \ ffmpeg \ file \ + fonts-noto-color-emoji \ g++ \ gcc \ imagemagick \ diff --git a/.github/workflows/e2e-tests-readwrite.yml b/.github/workflows/e2e-tests-readwrite.yml index 2c7da0d6..83873365 100644 --- a/.github/workflows/e2e-tests-readwrite.yml +++ b/.github/workflows/e2e-tests-readwrite.yml @@ -51,6 +51,7 @@ jobs: build-essential \ ffmpeg \ file \ + fonts-noto-color-emoji \ g++ \ gcc \ imagemagick \