Skip to content

Commit

Permalink
fix: Install fontconfig in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Jan 1, 2025
1 parent 9511862 commit 5147ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ninja-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install XCB packages
run: |
apt-get update
apt-get install -y --no-install-recommends libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev
apt-get install -y --no-install-recommends libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev libfontconfig-dev
- name: Prepare build dirs
run: |
mkdir build
Expand Down

0 comments on commit 5147ce8

Please sign in to comment.