Skip to content

Commit e8c6065

Browse files
committed
ci: Install libfontconfig1-dev system dependency in CI workflow.
1 parent d5ee6a9 commit e8c6065

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
override: true
2525
components: rustfmt, clippy
2626

27+
- name: Install System Dependencies
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y libfontconfig1-dev
2731
- name: Check Formatting
2832
run: cargo fmt -- --check
2933

0 commit comments

Comments
 (0)