optimize build time

This commit is contained in:
Simon Gardling
2022-07-03 15:20:01 -04:00
parent e3ec27ab40
commit da24718eed
4 changed files with 8 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ jobs:
override: true
- name: Install fonttools
run: sudo apt-get install -y fonttools
run: sudo apt-get install -y fonttools libzstd-dev
- name: Install cargo-all-features
uses: actions-rs/install@v0.1