Skip to content

Commit 0048f22

Browse files
committed
add libfontconfig1-dev to CI for gpui linux font backend
1 parent c2861be commit 0048f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install system dependencies
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y libasound2-dev libxkbcommon-dev libwayland-dev libxcb1-dev libxkbcommon-x11-dev
28+
sudo apt-get install -y libasound2-dev libxkbcommon-dev libwayland-dev libxcb1-dev libxkbcommon-x11-dev libfontconfig1-dev
2929
3030
- name: Check formatting
3131
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)