Skip to content

Commit 45a717a

Browse files
committed
fix CI
1 parent 273e13a commit 45a717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
override: true
1919

2020
- name: Install fonttools
21-
run: sudo apt-get update && sudo apt-get install -y fonttools
21+
run: sudo apt-get install -y fonttools libzstd-dev
2222

2323
- name: Run cargo check
2424
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)