Skip to content

Commit 4e8fd11

Browse files
committed
Install fontconfig and freetype in CI
1 parent 9511862 commit 4e8fd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ninja-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install XCB packages
1818
run: |
1919
apt-get update
20-
apt-get install -y --no-install-recommends libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev
20+
apt-get install -y --no-install-recommends libfontconfig-dev libfreetype-dev libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev
2121
- name: Prepare build dirs
2222
run: |
2323
mkdir build

0 commit comments

Comments
 (0)