Skip to content

Commit 894e0d4

Browse files
committed
Add cjk fonts to support rendering text emoticons displayed in slash command picker
1 parent 8d1b798 commit 894e0d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/end-to-end-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
num-runners: ${{ env.NUM_RUNNERS }}
5050
runners-matrix: ${{ steps.runner-vars.outputs.matrix }}
5151
steps:
52+
- name: Install fonts
53+
run: sudo apt install fonts-noto-cjk
54+
5255
- name: Checkout code
5356
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5457
with:

0 commit comments

Comments
 (0)