Skip to content

Commit 18190ab

Browse files
committed
fontconfig dep
1 parent f6f4f81 commit 18190ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: dtolnay/rust-toolchain@master
2222
with:
2323
toolchain: stable
24+
- name: install dependencies
25+
run: sudo apt-get install -y libfontconfig1-dev
2426
- name: build
2527
run: cargo build --verbose
2628

0 commit comments

Comments
 (0)