From aa3d95df903f0bc14ab0903381210bb83ad7c3ab Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 19 May 2022 14:33:09 -0400 Subject: [PATCH] apt-get update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b052a..7e33fe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: override: true - name: Install fonttools - run: sudo apt-get install -y fonttools + run: sudo apt-get update && sudo apt-get install -y fonttools - name: Run cargo check uses: actions-rs/cargo@v1