We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f4f81 commit 18190abCopy full SHA for 18190ab
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: dtolnay/rust-toolchain@master
22
with:
23
toolchain: stable
24
+ - name: install dependencies
25
+ run: sudo apt-get install -y libfontconfig1-dev
26
- name: build
27
run: cargo build --verbose
28
0 commit comments