We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273e13a commit 45a717aCopy full SHA for 45a717a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
override: true
19
20
- name: Install fonttools
21
- run: sudo apt-get update && sudo apt-get install -y fonttools
+ run: sudo apt-get install -y fonttools libzstd-dev
22
23
- name: Run cargo check
24
uses: actions-rs/cargo@v1
0 commit comments