From 4aa078d9a906d000c5f4c8006226f9a9f21d0e2d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 17 May 2022 17:22:52 -0400 Subject: [PATCH] update github workflow --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc4a7e3..03b052a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: