update github workflow

This commit is contained in:
Simon Gardling
2022-05-17 17:22:52 -04:00
parent 542fd9caba
commit 4aa078d9a9

View File

@@ -17,6 +17,9 @@ jobs:
toolchain: nightly
override: true
- name: Install fonttools
run: sudo apt-get install -y fonttools
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
@@ -36,6 +39,9 @@ jobs:
toolchain: nightly
override: true
- name: Install fonttools
run: sudo apt-get install -y fonttools
- name: Install cargo-all-features
uses: actions-rs/install@v0.1
with: