Skip to content

Commit b89dba9

Browse files
committed
fix missing deps
1 parent 3d924dd commit b89dba9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
libx11 \
5858
fontconfig \
5959
freetype2 \
60+
libxft \
6061
libdrm \
6162
wayland \
6263
wayland-protocols \

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
libxaw \
5959
fontconfig \
6060
freetype2 \
61+
libxft \
6162
libdrm \
6263
wayland \
6364
wayland-protocols \
@@ -328,6 +329,7 @@ jobs:
328329
libxaw \
329330
fontconfig \
330331
freetype2 \
332+
libxft \
331333
libdrm \
332334
wayland \
333335
wayland-protocols \

0 commit comments

Comments
 (0)