Skip to content

Commit 66c7f05

Browse files
committed
ci: install font dependencies for github actions
1 parent 13a6fd8 commit 66c7f05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Install system libraries
20+
run: sudo apt-get update && sudo apt-get install -y \
21+
pkg-config libfreetype6-dev libfontconfig1-dev
1922
- name: Build
2023
run: cargo build --verbose
2124
- name: Run tests

0 commit comments

Comments
 (0)